RE: Development and Deployment linking to libraries
RE: Development and Deployment linking to libraries
- Subject: RE: Development and Deployment linking to libraries
- From: <email@hidden>
- Date: Wed, 3 Sep 2008 11:48:20 -0400
- Acceptlanguage: en-US
- Thread-topic: Development and Deployment linking to libraries
Bengt Nilsson wrote:
> 3 sep 2008 kl. 17.05 skrev <email@hidden> <email@hidden>:
> > Of course, but what if your library is already built in Debug/
> > Release flavors, and you don't have the source code (for example, a
> > third-party library)?
> I got the advice to skip the dragging altogether and use "Other Linker
> flags" and "Library search paths" in the Build settings and make the
> distinction there:
> Example:
> Linker Flags: -liconv -lz -lwx_mac_static
> Lib search paths: $(WXWIN)/src/build/Deployment or $(WXWIN)/src/build/Development
> I tried it and it works perfectly. The only "flaw" is that it is not
> visible in the project GUI, but I can live with that.
I just tried this in my project, and it works as advertised too. Thanks!
_______________________________________________
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