RAD Studio (Common)
ContentsIndex
PreviousUpNext
Creating Named Build Configurations for C++
To create a new build configuration

  1. In the Project Manager, locate the Build configurations node. This node represents the settings of the Base build configuration. The node lists all the build configurations.
  2. To create a new build configuration based on an existing build configuration, right-click the name of the configuration (such as Debug or Release) and select Add new.
  3. The new configuration appears in the Project Manager and is named Configuration1 if it is the first new configuration you create. New configurations are numbered sequentially.
  4. To rename the new configuration, right-click the name and select Rename.

To change an existing build configuration

  1. Choose ProjectOptions and locate Build configuration, the first field on all the build-related pages, such as the Paths and Defines page.
  2. On any of the pages that contains the Build configuration field, select the name of the build configuration you want to change.
  3. Adjust the project options on each of the build-related pages as appropriate for your needs.
  4. Click OK to save
Tip: To apply a build configuration to a project or project group, either right-click a configuration in the Project Manager
and select Activate, or choose ProjectConfiguration Manager and click Apply.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!