Post
by Dave Rabelink » 05 May 2006, 18:46
THere are some reasons why i use merging :
- To create a source file and store it along with the production
runtime version to have a backup (when no version management tool is
used) to be sure the production version can be bug-fixed using the
exact source it was build from the start.
- When scanning with CDK, when a library includes a dynalib but it can
not be found while scanning, CDK crashes. When a merged APT/APP is
used it does not (at least here with me).
- For quick opening a source, the merged file is just a temp. way to
get more performance in reading it in when just browsing the code (so
no edits).