Re: exporting env & build settings as preprocessor defines
Re: exporting env & build settings as preprocessor defines
- Subject: Re: exporting env & build settings as preprocessor defines
- From: Mailing list subscriptions <email@hidden>
- Date: Mon, 4 Sep 2006 09:17:36 +0200
El 04/09/2006, a las 8:12, Shaun Wexler escribió:
I know I'm missing something simple and/or obvious. I'd like to
use Xcode build settings as defines in the code.
Don't think you can do that. To my knowledge the closest you can get
is to use GCC_PREPROCESSOR_DEFINITIONS:
Space-separated list of preprocessor macros of the form "foo" or
"foo=bar". [GCC_PREPROCESSOR_DEFINITIONS, -D]
Not sure if GCC_PREPROCESSOR_DEFINITIONS supports per-arch variants,
but you could try it out easily enough if you were interested.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden