Re: (Zero)Linking a debug lib
Re: (Zero)Linking a debug lib
- Subject: Re: (Zero)Linking a debug lib
- From: Scott Tooker <email@hidden>
- Date: Fri, 10 Jun 2005 08:48:09 -0700
If you build the library, you can use build configurations (in Xcode
2.1) to make this work. Your targets would have debug and release
configurations and then you would include the product reference from
your library target into your main target. Since the product
reference will always point to what created by the current build
configuration, when building with the debug configuration you get the
debug library and when building with release you get the release
library.
Scott
On Jun 10, 2005, at 6:55 AM, Jérôme Seydoux wrote:
Hi all,
I'd like to link a debug lib in my debug configuration, and a release
lib in my release config. I can do that by setting a different library
folder in the library search path, but that does not work if
zerolink is
turned on. What can I do?
Jérôme
_______________________________________________
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
_______________________________________________
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