Configuring different build configurations

You may want to build the components of your UML capsule development project differently depending on how the output is being used. For example, you might build for a debug or specific host OS configuration. You can create additional transformation configurations to support each build configuration, and then configure the properties for each resulting slave project to match the required build configuration.

About this task

For example, if the build is intended to be used for testing, then you will probably want to build without compiler optimizations and with Debug information instrumented.

Procedure

  1. Create a new transformation configuration in the source UML development project. When naming the transformation, provide a name that conveys the intended build purpose. For example, name the transformation configuration "Evaluation Host OS."
  2. On the Source and Target page of the transformation configuration editor, click Create to create a new target project for the transformation.
  3. Configure the domain target project and properties to conform to the build configuration you want.
  4. Click Finish; then click OK.

Feedback