Is it possible with Borland Developer Studio 2006 to specify the output file name for libs?
The intension is to use different file names for debug and release builds.
So I could use something like this in the code:
#ifdef _DEBUG
#pragma comment(lib, "xy_d.lib")
#else
#pragma comment(lib...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.