Configurations and Defines
Configurations and Defines
- Subject: Configurations and Defines
- From: Jeremy Sagan <email@hidden>
- Date: Sun, 14 Aug 2005 10:16:04 -0400
Is there a way, besides using a different prefix header, to add
defines to particular configurations in XCode. For example I would
like to do a sequence of defines such as:
#define Debugging 1
#define Demo 0
if the configuration is Debug and if the configuration is release
#define Debugging 0
#define Demo 0
and if the configuration is a demo:
#define Debugging 0
#define Demo 1
Thanks,
Jeremy
_______________________________________________
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