Is it possible to store output of the build configuration of my project in a separate directory?

Yes, you can specify output directory for the build configuration.

  1. Select the project with which the build configuration is associated in the CodeWarrior Projects view.
  2. From the IDE menu bar, select Project > Properties .

    The Properties dialog box appears.

  3. Select C/C++ Build .

    The C/C++ Build page appears in the right panel of the Properties dialog box.

  4. Select the build configuration from the Configuration drop-down list.
  5. Specify the required build directory in the Build directory text box.
    Figure 1. Specify Build Output Directory

    Specify Build Output Directory

  6. Click OK .
  7. Right-click the project and select Build Configurations > Build > Select .

    The Build configurations dialog box appears.

  8. Select the build configuration to build and click OK .

The project build begins and the output is stored in the specified directory.

Figure 2. Build Output Stored in Specified Directory

Build Output Stored in Specified Directory