SYSTEM_LIBRARY_DIR
SYSTEM_LIBRARY_DIR
- Subject: SYSTEM_LIBRARY_DIR
- From: Rob Barris <email@hidden>
- Date: Mon, 27 Oct 2003 15:34:17 -0800
I have the prefix header on some targets set to this path:
$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h
which looks like it's expanding to
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h
However, I need to get it to seek out the Carbon.h in the 10.2.7 SDK
folder in /Developer/SDKs. I do have the cross-develop popup set to
"10.2.7" for the main project info window, what environment variable
does that popup affect?
How do I rewrite the path shown above to lead to the Carbon.h in the
10.2.7 SDK folder (more to the point, to lead to the right one even if
we change the cross-develop setting later, so I don't have to change
the path in dozens of sub projects?)
_______________________________________________
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.