diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-34DB27CB-9010-5B7F-A51E-0CA794147CAE.dita --- a/Symbian3/SDK/Source/GUID-34DB27CB-9010-5B7F-A51E-0CA794147CAE.dita Fri Jul 16 17:23:46 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ - - - - - -macro

macro macro-list

Where, macro-list =macro_name_1 macro_name_2=value_2...macro_name_n

Use the macro statement to specify #defines for the preprocessing of source code. You can specify multiple macros separated by a space. if required, you can also assign values to those macros.

Note: It is not mandatory that all the macros listed must have a value.

Each macro specified is passed to the complier using the option -d for preprocessing the C++ source code in your project.

Example MACRO _MACRO1 _MACRO2=value2

To check whether these macros are passed to the compiler or not, use the -verbose abld option.

\ No newline at end of file