[Scons-users] Code organization

Dirk Bächle tshortik at gmx.de
Thu Jan 16 17:31:02 EST 2014


Hi Rob,

On 16.01.2014 22:20, Managan, Rob wrote:

> I believe that Scons does call the preprocessor. It definitely works for

> items added to CPPDEFINES; they get added to the command line and my code

> relies on them; at least for things like #ifdef ...


#defines and #ifdefs get scanned for and processed, just like in the C
preprocessor, but no macro expansions take place for example. This would
be required for the current user example...

Regards,

Dirk



More information about the Scons-users mailing list