Editing C++ code generation target options
To edit the options of a C++ code generation target, simply carry out the following steps:
1. Select a project in the "Projects" panel.
2. Select a code generation target in the "Generation targets" page of the "Projects Actions" panel.
3.
Click on the
"Edit options" button in the "Project
Actions" panel.
The "Target Options" window then appears, in which the user can specify code generation options for the selected target (Figure 67).

Figure 67. The "Target Options" window
In the "Target Options" window you can specify the following options:
|
The …
option |
Is
used to specify… |
|
Target Name |
The target name. Objecteering C++ Developer does not allow the creation of several targets with the same name. |
|
Target Compilation Platform |
The compilation platform selected for the model elements manifested by the project. |
|
Type Library |
The type library selected for the model elements manifested by the project. |
|
Generated body files path |
The root output directory for the body files produced by the target. A C++ code generation target produces body files for UML packages, classes and interfaces manifested by the project. |
|
Generated header files path |
The root output directory for the header files produced by the target. A C++ code generation target produces header files for UML packages, classes and interfaces manifested by the project. |
|
Header files extension |
The extension of the header files produced by the target. |
|
Body files extension |
The extension of the body files produced by the target. |