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: Chris Espinosa <email@hidden>
- Date: Thu, 15 Jul 2004 10:29:57 -0700
On Jul 15, 2004, at 9:26 AM, j o a r wrote:
Yes, so why don't you use the setting I suggested instead?
j o a r
On 2004-07-15, at 18.24, email@hidden wrote:
setting in build styles OTHER_CFLAGS to "-DDEBUG_BUILD
$(OTHER_CFLAGS)"
causes the error:
OTHER_CFLAGS refers to itself...
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?
When joar said use $(value) he meant literally "$(value)", not to
substitute the build setting identifier in the parens.
Xcode sets the "value" variable to the contents of the inherited value
of the build setting.
Chris
_______________________________________________
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.