Debug/Release Library Matching
Debug/Release Library Matching
- Subject: Debug/Release Library Matching
- From: Ben Weiss <email@hidden>
- Date: Sat, 3 Sep 2005 23:06:31 -0700
Rookie question...
I'm porting an application from Codewarrior, which incorporates a
static library that comes in both debug and release flavors
(mylib_d.a, and mylib.a). How can I add these files to the respective
debug and release build configurations in my project, such that the
debug configuration links to mylib_d.a, and the release configuration
links to mylib.a?
XCode only seems to want to add the libraries to both configurations
at once (or neither), but obviously I need to match up debug to debug
and release to release. Any suggestions?
Thanks,
Ben
_______________________________________________
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