brane 2002/07/22 18:43:50
Modified: . apriconv.dsp Log: * apriconv.dsp: Update the base props to LibR and LibD, too. * libapriconv.dsp: Create a DLL, and put built files into Release and debug, for consistency with other APR DLL project files. Revision Changes Path 1.4 +4 -4 apr-iconv/apriconv.dsp Index: apriconv.dsp =================================================================== RCS file: /home/cvs/apr-iconv/apriconv.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apriconv.dsp 23 Jul 2002 00:19:48 -0000 1.3 +++ apriconv.dsp 23 Jul 2002 01:43:50 -0000 1.4 @@ -32,8 +32,8 @@ # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" +# PROP BASE Output_Dir "LibR" +# PROP BASE Intermediate_Dir "LibR" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 @@ -55,8 +55,8 @@ # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Output_Dir "LibD" +# PROP BASE Intermediate_Dir "LibD" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1
