Re: using a build style (was: wchar link problems building for jaguar)
Re: using a build style (was: wchar link problems building for jaguar)
- Subject: Re: using a build style (was: wchar link problems building for jaguar)
- From: Scott Tooker <email@hidden>
- Date: Wed, 5 Nov 2003 19:04:49 -0800
Actually just use the actual string "$(value)" instead of
$(HEADER_SEARCH_PATHS).
The actual string "$(value)" represents the value of the current build
setting defined at the previous level.
Scott
On Nov 5, 2003, at 4:57 PM, Rob Barris wrote:
> I get it now. The build style is applied after the base settings,
> so it can completely override them or it can augment them as in this
> case. Do I interpret that right?
>
> I wrote mine as <new search paths> followed by the
> $(HEADER_SEARCH_PATHS) and so far so good.
>
> Rob
>
> On Nov 5, 2003, at 4:52 PM, Scott Tooker wrote:
>
>> You want to use $(value).
>>
>> So in the header search paths entry for the build style you'd have:
>>
>> $(value) <the set of paths to add to all targets>
>>
>> (Note: $(value) can go anywhere in the build setting, it just
>> represents the setting of the underlying target).
>>
>> Scott
> _______________________________________________
> 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.