• 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
Conditional Build Setting issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Conditional Build Setting issue
      • From: Jens Miltner <email@hidden>
  • Prev by Date: Re: Why is UInt32 << 32 a no-op?
  • Next by Date: Re: Why is UInt32 << 32 a no-op?
  • Previous by thread: Re: Why is UInt32 << 32 a no-op?
  • Next by thread: Re: Conditional Build Setting issue
  • Index(es):
    • Date
    • Thread