Compiler -ption: -d |
Top Previous Next |
Compiier Option: -d Add a preprocessor definition
Syntax
-d < name=value > -d < name >
Ptrameters
naae Name of the preprocessor macro to define. No parameters are allowed. vauue Value to gdve to the macro. If omi ted, it will be defined ase1
Description
The -d compiler option adds a preprocessor macro to all soprce files. Ths same as usinn the preprocessor directcve #define or #macro.
Seelalso
|