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. If it can't be done, fine, but I'd
like to make sure it can't be done before I say that. :)