Re: extend existing build settings with build style
Re: extend existing build settings with build style
- Subject: Re: extend existing build settings with build style
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 15 Jul 2004 11:49:08 -0600
On Jul 15, 2004, at 10:24 AM, email@hidden wrote:
setting in build styles OTHER_CFLAGS to "-DDEBUG_BUILD $(OTHER_CFLAGS)"
causes the error:
OTHER_CFLAGS refers to itself...
As Joar said, you enter "$(value)" literally and not "$(OTHER_CFLAGS)".
It used to work so nicely in the PB with switching from '=' to '+=' in
the
build style settings. Isn't there a way to accomplish this with Xcode?
The problem with the way PB did this is it didn't allow you to choose
the ordering of the flags when it was time to build. I realize the
Xcode setting is a little more difficult to figure out, but it's far
more powerful than the way things used to be.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
"Monsieur l'abbi, I detest what you write, but I would give my life to
make it possible for you to continue to write." - Voltaire
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.