Conditional Build Setting issue
Conditional Build Setting issue
- Subject: Conditional Build Setting issue
- From: Harry Plate <email@hidden>
- Date: Tue, 17 Nov 2009 17:07:35 -0800
- Thread-topic: Conditional Build Setting issue
I am trying to use conditional build settings to help me define my project
include path settings to address some 32/64 issues.
In my .xcconfig file I defined a var like this:
MyIncludePath[arch=x86_64]="/path64"
MyIncludePath[arch=x386]="/path32"
Then in my project settings for USER_HEADER_SEARCH_PATHS I add an entry
like:
$(MyIncludePath)/include
It seems like this should work, altho right now it does not, and I am still
trying to figure how why.
If I simply set the var to
MyIncludePath="/path64"
Then all is ok.
So far I am not entirely sure what is going on - only that I am using the
wrong include paths.
But I just want to verify if conditional build settings are the right way to
go here...
TIA,
-harry
_______________________________________________
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