by Sherm Pendley <spamtrap@[EMAIL PROTECTED]
>
Apr 9, 2007 at 06:47 PM
Steven Fisher <sdfisher@[EMAIL PROTECTED]
> writes:
> How can I control the name of the output file of a static library
> project on a per-configuration basis? I'm using Xcode 2.4.1.
>
> I know the usual way is to use the same name in per-configuration
> folders, but I am supposed to put everything in a single folder and use
> a _d suffix on debug executables.
That's called a "Build Variant". Get info on your target, and choose the
"build" pane. In the "Build Options" collection you'll find the "Build
Variants" entry. Whatever you enter there (aside from "normal") will be
appended to your library name. So entering "d" will give you a library
named libfoo_d.dylib.
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net