To set manifest constant definitions for the preprocessor
- Navigate to the top of your hierarchy to ensure that the constant definition is inherited throughout your project.
- Choose Project > Options for Selected Files... .
- Select the General tab.
- In the Defines: field, enter the constant definitions. Do not enter the -D preprocessor option before the constants. For example, if you want to set DEBUG to 1 and MAX to 64, enter:
DEBUG,MAX=64
See
"Defines:", for more information.
Related topic:
Copyright © 1999, Green Hills Software. All rights
reserved.