Re: Debug and Release llibraries
Re: Debug and Release llibraries
- Subject: Re: Debug and Release llibraries
- From: Andrea -XFox- Govoni <email@hidden>
- Date: Wed, 19 Oct 2005 12:55:14 +0200
Caerwyn Pearce ha scritto:
> I’m using Xcode 2.1, I’m building a Carbon application which will have
> Debug and Release configurations.
>
> I have a library which I wish to include in the application for which I
> have in turn a debug and release version.
>
> I would like to link the release library into the release build of my
> app and the debug library into the debug build.
I may say a bullshit and I didn't test it, but I'd try to remove the
library from the file list of the "Link Binary With Libraries" build
phase and pass the right lib to the linker through the "Other Linker
Flags" build setting.
For example, for Debug configuration it would be: "-ldebug_name"
For Release configuration it would be: "-lrelease_name"
--
Andrea "XFox" Govoni
ICQ UIN: 43488185
AIM/iChat: email@hidden
Yahoo! ID: xfox82
Skype Name: draykan
PGP
KeyID: 0x212E69C1
Fingerprint: FBE1 CA7D 34BE 4A53 9639 5C36 B7A0 605F 212E 69C1
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________
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