Re: can xcconfig files include others in different directory?
Re: can xcconfig files include others in different directory?
- Subject: Re: can xcconfig files include others in different directory?
- From: "Shawn Erickson" <email@hidden>
- Date: Thu, 7 Sep 2006 10:30:35 -0700
On 9/7/06, Sean McBride <email@hidden> wrote:
Hi all,
Is it my imagination, or can an xcconfig file only #include other
xcconfig files if they are in the same directory? All xcconfig files
are in the project, but while that works for .h's, it doesn't seem to
work for .xcconfig's.
I include xcconfig files from other places but you have to use
relative paths and/or absolute paths. The #include in xcconfig files
doesn't act like #include does in source files.
For example...
// ######## Default Settings
###########################################################################################
#include "../../../../../Common/main/Project/MacOSX/config/DefaultRelease.xcconfig"
// ######## Project Specific Settings
##################################################################################
// Add any project specific compiler flags here...
OTHER_CFLAGS = $(DEFAULT_STYLE_CFLAGS)
// Add any other project specific settings here...
-Shawn
_______________________________________________
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