macro
macro-list
Use the macro statement to specify
#defines for the preprocessing of source code.
Each macro specified will be defined for preprocessing the C++ source code in your project.
Each macro will be upper-cased before being defined, so it’s
better to specify them in upper-case in the .mmp file.
Macro substitution is not supported—the macros will all be defined with the value “1”.