You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Chris Storah <ch...@orionsmg.com> on 2006/01/06 05:02:43 UTC

Windows aprlib debug and release build with same name

I have a problem with the aprlib built on Windows under Visual Studio  
when both the debug and release versions need to co-exist in the same  
directory, as they are both built with the same name.
To get around this, I have appended a 'd' to the libapr-1.lib,  
libapr-1.dll and libapr-1.pdb settings of the solution to create  
'libapr-1d.*' for the debug version.

Is this something that can be added to the solution files in the  
current APR source?


Chris