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: Rob Barris <email@hidden>
- Date: Wed, 5 Nov 2003 16:57:07 -0800
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.