Re: Debug/Release Library Matching
Re: Debug/Release Library Matching
- Subject: Re: Debug/Release Library Matching
- From: Chris Espinosa <email@hidden>
- Date: Sun, 4 Sep 2005 00:16:55 -0700
On Sep 3, 2005, at 11:33 PM, Ben Weiss wrote:
Thanks for the info. The difficulty is that I don't have an XCode
project for the debug and release libraries; just the pre-built static
libraries themselves and corresponding header files. So I don't think
the nested project approach is going to work, per se. Might there be
some other way to work around this, short of having to create multiple
targets?
You can always just add the appropriate linker directive to the Other
Linker Flags setting in each configuration, e.g. -lfoo in the Release
configuration and -lfoo_d in Debug.
Anyway, I really hope the next XCode release will make it
easier/possible to do this with configurations... Feature request?
It's obvious that Xcode has to work better with separate build folders
and libraries built by different tools. We think that the
targets/configurations model is an overall win for reducing target
proliferation, but understand that the limitation that targets have one
set of sources and link libraries across all configurations is
unrealistic.
Chris
_______________________________________________
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