Suppose, you have created two Build Configurations for a bareboard project, one for debug and another one for release, in CodeWarrior for Microcontrollers. You want to configure the build configurations such that each one can use a different burner bbl file. This way the IDE will generate different binaries depending on the active configuration.
To specify a burner bbl file for each build configuration:
The Exclude from build dialog box appears.
Alternatively, open the file properties dialog box. Check the Exclude resource from build checkbox.
Similarly assign build configuration to the second bbl file.
Now, if you build the Debug configuration, the debug.bbl file will be used. And, if you build the Release configuration, the release.bbl file will be used.