Re: Use of preprocessor macros
Re: Use of preprocessor macros
- Subject: Re: Use of preprocessor macros
- From: Marco S Hyman <email@hidden>
- Date: Tue, 1 Dec 2009 17:21:14 -0800
> 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@hidden)
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:
This email sent to email@hidden