Re: Yet another build styles question
Re: Yet another build styles question
- Subject: Re: Yet another build styles question
- From: Thomas Dibble <email@hidden>
- Date: Tue, 28 Oct 2003 09:50:03 -0800
Example:
OTHER_CFLAGS [=] ${OTHER_CFLAGS} -D_DEBUG
This will take whatever is in "OTHER_CFLAGS" and append " -D_DEBUG",
the same behavior as "+=" before. Note you can also prepend your new
text (which you could also do before; this syntax was always available
in Project Builder as far as I know, although there were some
oddities).
---- Tom Dibble
On Oct 28, 2003, at 3:58 AM, Bill Cheeseman wrote:
on 03-10-28 2:37 AM, Scott Tooker at email@hidden wrote:
Look below the settings table in the Styles tab for a description of
$(value).
$(value) represents the inherited build setting value at that level
and
can be placed anywhere in the build setting (which is more powerful
than the =/+= column).
Could you provide a couple of examples of how you would use this in a
build
setting?
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com
Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
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.
_______________________________________________
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.