[Fwd: Linking a static or a dynamic library depending on the Build Configuration]
[Fwd: Linking a static or a dynamic library depending on the Build Configuration]
- Subject: [Fwd: Linking a static or a dynamic library depending on the Build Configuration]
- From: email@hidden
- Date: Sun, 26 Apr 2009 02:44:29 +0200 (CEST)
- Importance: Normal
Hi,
In a project, I have two targets.
The first one is a library, and the second one a shell tool.
I also have two Build Configurations : Debug and Release.
No problem if the library is static or dynamic. Fine.
But, I would like to have a single project with 4 Build Configurations :
Static Debug, Dynamic Debug, Static Release, Dynamic Release. And only 2
targets.
But, I can't achieve to have the library target building a static library
in static debug and static release only and a dynamic library in dynamic
debug and dynamic release only.
Is it possible under XCode or should I have two library targets and two
library shell tool for static and dynamic linking ?
Thanks in advance for your answers,
Marc
_______________________________________________
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