Actions
Infrastructure #162
closedgeneric Build-Tool
Start date:
05/29/2017
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
With every module added to the BlackBox distribution there is a change required in the file Dev/Docu/Build-Tool.odc. This creates merge conflicts and it is easy to forget to add a new module. It is also required to make a change if the compile order of modules changes. Another source for oversights and merge conflicts.
The proposed solution to this problem is to use the following generic DevCompiler.CompileSubs command instead:
DevCompiler.CompileSubs Com Comm Ctl Dev Form Host Obx Ole Sql Std System Text Win Xhtml
This requires a change only if a subsystem is added or removed.
Actions