mcatan 2004/05/10 13:36:51
Modified: msvc/examples trivial.dsp trivial.vcproj
Log:
added "static debug" target
Revision Changes Path
1.4 +29 -2 logging-log4cxx/msvc/examples/trivial.dsp
Index: trivial.dsp
===================================================================
RCS file: /home/cvs/logging-log4cxx/msvc/examples/trivial.dsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- trivial.dsp 28 Feb 2004 15:19:50 -0000 1.3
+++ trivial.dsp 10 May 2004 20:36:50 -0000 1.4
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=trivial - Win32 Unicode Debug
+CFG=trivial - Win32 Static Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,7 +13,7 @@
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "trivial.mak" CFG="trivial - Win32 Unicode Debug"
+!MESSAGE NMAKE /f "trivial.mak" CFG="trivial - Win32 Static Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
@@ -21,6 +21,7 @@
!MESSAGE "trivial - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "trivial - Win32 Unicode Debug" (based on "Win32 (x86) Console
Application")
!MESSAGE "trivial - Win32 Unicode Release" (based on "Win32 (x86) Console
Application")
+!MESSAGE "trivial - Win32 Static Debug" (based on "Win32 (x86) Console
Application")
!MESSAGE
# Begin Project
@@ -127,6 +128,31 @@
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
# ADD LINK32 log4cxx.lib /nologo /subsystem:console /machine:I386
/out:"../Bin/Unicode_R/trivial.exe"
+!ELSEIF "$(CFG)" == "trivial - Win32 Static Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "trivial___Win32_Static_Debug"
+# PROP BASE Intermediate_Dir "trivial___Win32_Static_Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Static_Debug"
+# PROP Intermediate_Dir "Static_Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D
"_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D
"_CONSOLE" /D "_MBCS" /D "LOG4CXX_STATIC" /YX /FD /GZ /c
+# ADD BASE RSC /l 0x40c /d "_DEBUG"
+# ADD RSC /l 0x40c /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 log4cxx.lib /nologo /subsystem:console /debug
/machine:I386 /out:"../Bin/Debug/trivial.exe" /pdbtype:sept
+# ADD LINK32 log4cxxs.lib Ws2_32.lib odbc32.lib Advapi32.lib /nologo
/subsystem:console /debug /machine:I386 /out:"../Bin/Static Debug/trivial.exe"
/pdbtype:sept
+
!ENDIF
# Begin Target
@@ -135,6 +161,7 @@
# Name "trivial - Win32 Debug"
# Name "trivial - Win32 Unicode Debug"
# Name "trivial - Win32 Unicode Release"
+# Name "trivial - Win32 Static Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
1.3 +1 -1 logging-log4cxx/msvc/examples/trivial.vcproj
Index: trivial.vcproj
===================================================================
RCS file: /home/cvs/logging-log4cxx/msvc/examples/trivial.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- trivial.vcproj 30 Apr 2004 17:34:31 -0000 1.2
+++ trivial.vcproj 10 May 2004 20:36:50 -0000 1.3
@@ -155,7 +155,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="log4cxxs.lib Ws2_32.lib"
- OutputFile="../Bin/StaticDebug/trivial.exe"
+ OutputFile="../Bin/Static Debug/trivial.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"