• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: can xcconfig files include others in different directory?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: can xcconfig files include others in different directory?
      • From: "Sean McBride" <email@hidden>
References: 
 >can xcconfig files include others in different directory? (From: "Sean McBride" <email@hidden>)

  • Prev by Date: can xcconfig files include others in different directory?
  • Next by Date: Re: can xcconfig files include others in different directory?
  • Previous by thread: can xcconfig files include others in different directory?
  • Next by thread: Re: can xcconfig files include others in different directory?
  • Index(es):
    • Date
    • Thread