Changing build configurations across multiple projects

You might have a case in which a set of UML development projects, with dependencies to each other, generate code into target CDT projects. You can set build configurations across multiple CDT projects to ensure that the build configurations match each other during large builds.

Before you begin

First, define one or more CDT project build configurations. For example, you might define a Debug and a Release configuration. For more information, see the C/C++ Development Tools User Guide in the online help.

About this task

To set the active build configuration for one or more projects:

Procedure

  1. In the Project Explorer, select one or more target CDT projects.
  2. Right-click the selected projects; then click Build Configurations > Set Active.
  3. Click a predefined build configuration to set it as the active configuration.

Feedback