Re: identify build style during compile?
Re: identify build style during compile?
- Subject: Re: identify build style during compile?
- From: Chris Hanson <email@hidden>
- Date: Fri, 10 Dec 2004 16:24:16 -0800
On Dec 10, 2004, at 11:57 AM, walterw wrote:
I have a Carbon application that I'm developing in XCode and I'd like
to add code that only gets compiled for a development build.
In your Development build style, add a "Preprocessor Macros" setting
with the value "DEBUG=1". That will make sure the preprocessor macro
DEBUG is defined to be 1 whenever you build with your Development build
style.
-- Chris
_______________________________________________
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