> I'm defining a preprocessor macro in the 'GCC 4.2 - Preprocessing /
> preprocessor macros' section of my project's build properties, e.g. foo=1.
> This is set only in the debug version.
I'm pretty sure that worked with 4.2. Currently I've a
project using CLANG and "GCC_PREPROCESSOR_DEFINITIONS = FOO=1"
in the Debug configuration works. In the code I'm testing..
#if FOO == 0
...
#endif
/\/\arc
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]