Re: linking to debug vs. deploy versions of lib
Re: linking to debug vs. deploy versions of lib
- Subject: Re: linking to debug vs. deploy versions of lib
- From: Dave Camp <email@hidden>
- Date: Mon, 16 Aug 2004 12:45:49 -0700
On Aug 16, 2004, at 12:04 PM, Rob Dye wrote:
I'm still not sure how I would add a file to my Xcode project that
should ONLY contribute to the debug style. I don't yet have to do
this, but I can't guarantee it won't.
You can't get XCode to do that I think. The workaround (I guess) would
be to not add the libraries to your project at all. Instead, define the
library search paths and -lmyLibrary switches manually in the build
styles.
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.