build variants broken?
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