• 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
build variants broken?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build variants broken?


  • Subject: build variants broken?
  • From: Mike Laster <email@hidden>
  • Date: Wed, 2 Mar 2005 15:57:39 -0500

It looks like the VARIANT_SUFFIX_$(variant) build setting is broken in XCode 1.5

I have a build style with the following overrides:

BUILD_VARIANTS = debug
VARIANT_SUFFIX_debug = NOTUSED


The variant causes the object files to correctly be put in the Objects-debug folder.


The problem is that the framework links with a _debug suffix.

From what I understand of the documentation, it should be creating Framework_NOTUSED with the
above settings.


It seems that the link phase is hard-coded to always use _variantName as the variant suffix no
matter what.


What I really want is no variant suffix at all so that debug build styles will used Objects-debug and
non-debug build styles will use Objects-normal, but the final binary will be the same name regardless.


_______________________________________________
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


  • Prev by Date: Re: Where to find list of Xcode-specific environment variables ?
  • Next by Date: Re: XCode debugger locking up
  • Previous by thread: Re: Where to find list of Xcode-specific environment variables ?
  • Next by thread: Re: Help with Java, Xcode, CodeSense, java docs, WebObjects, etc.
  • Index(es):
    • Date
    • Thread