Re: Yet another build styles question
Re: Yet another build styles question
- Subject: Re: Yet another build styles question
- From: Scott Tooker <email@hidden>
- Date: Tue, 28 Oct 2003 11:03:41 -0800
Actually a better example is
Header Search Paths = /my/new/path/here $(value) /my/other/path/here
The benefit of $(value) is that you don't need to know the name of the
current build setting.
Scott
On Oct 28, 2003, at 9:50 AM, Thomas Dibble wrote:
> 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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.