Re: Question about Header Search Paths
Re: Question about Header Search Paths
- Subject: Re: Question about Header Search Paths
- From: Chris Espinosa <email@hidden>
- Date: Mon, 17 Mar 2008 12:54:12 -0700
On Mar 17, 2008, at 12:29 PM, Terry Simons wrote: Are the Xcode Header Search Paths walked in the order they were provided?
That is to say... if I put both and "/usr/local/include/foo" and "/usr/include/foo" as header search paths (in that order) will /usr/local/include/foo be searched before /usr/include/foo?
Ditto for library search paths?
Yes, for paths listed explicitly in the build settings.
If you use the recursive descent option (/** or check the Recursive box) there is no guaranteed order of traversal of the directory, because different file systems can provide different orderings.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden