To create a new build configuration:
- Select the project for which you want to create the build configuration in the
CodeWarrior Projects
view.
- From the IDE menu bar, select
Project > Build Configurations > Manage
.
Figure 1.
Project > Build > Configuration

- The
Manage Configurations
dialog box appears.
Figure 2.
Manage Configurations Dialog Box

- Click the
New
button to create a new build configuration.
The
Create New Configuration
dialog box appears.
- Enter the name and description for the build configuration.
- Select the appropriate option from the
Copy settings from
section and select the required option. For example, you may choose to copy settings from an existing configuration and select the required configuration.
Figure 3.
Create New Configuration Dialog Box

- Click
OK
to close the
Create New Configuration
dialog box.
- Click
OK
.
To
configure build settings of the newly created build configuration:
- Select the project with which the build configuration is associated in the
CodeWarrior Projects
view.
- From the IDE menu bar, select
Project > Properties
.
The
Properties
dialog box appears.
- Select
C/C++ Build > Settings
.
- Select the newly created configuration from the
Build Configuration
drop-down list.
Figure 4.
Properties Dialog Box

- Specify the settings for the selected build configuration, as required. For example, you can define preprocessor directives in the
<target>Compiler > Preprocessor
page.
- Click
OK
.
The build settings are configured, as specified.