Re: Buildstyles Propogating to sub projects in XCode 1.5 ?
Re: Buildstyles Propogating to sub projects in XCode 1.5 ?
- Subject: Re: Buildstyles Propogating to sub projects in XCode 1.5 ?
- From: Dave Camp <email@hidden>
- Date: Wed, 27 Apr 2005 08:55:17 -0700
On Apr 27, 2005, at 8:07 AM, Bryan Pietrzak wrote:
On Apr 21, 2005, at 2:56 PM, Chris Hanson wrote:
The way I generally think of it is that targets describe what is
built while build styles allow you to adjust that for a particular
purpose (development, deployment, profiling, etc.).
But they don't, not really. Build Styles don't let you bring in
debug libraries, or include/exclude source files that are only
appropriate for debugging of profiling, etc.
Half correct. You can change what libraries are used by changing the
linker flags using build styles. You can't change what sources are used.
If your debug source files were wrapped with appropriate ifdefs, you
could control the inclusion of the source by changing the
Preprocessor Macros setting. It's not the exact feature you are
asking for, but in some cases it's enough.
Dave
_______________________________________________
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