summaryrefslogtreecommitdiffstats
path: root/support/logresolve.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-08-17 05:45:35 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-08-17 05:45:35 +0200
commit90623070739b0ccd41e359f22a33810104894ad2 (patch)
tree9c40c878a94a9097c55c93b38cc32cf95245e804 /support/logresolve.dsp
parent Given a choice between chasing my tail to keep these updated, and rolling (diff)
downloadapache2-90623070739b0ccd41e359f22a33810104894ad2.tar.xz
apache2-90623070739b0ccd41e359f22a33810104894ad2.zip
The purpose of this patch is to toggle the debugging mode (default) to
Program Database (from Program Database for Modify on the fly debugging). The net effect of this patch is to clean up all of the irrelevant entries associated with either the debugging or release command line switches, and generally straighten the projects as they would be exported from VC6/SP5. The outcome of this patch is that VC5 users -should- be able to load and build the workspace without any errors (as they used to have no symbols database at all, the /ZI option doesn't work, they had to use cvtdsp.pl to toggle these to /Zi.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/logresolve.dsp')
-rw-r--r--support/logresolve.dsp13
1 files changed, 5 insertions, 8 deletions
diff --git a/support/logresolve.dsp b/support/logresolve.dsp
index 1302e615ab..6465c87148 100644
--- a/support/logresolve.dsp
+++ b/support/logresolve.dsp
@@ -49,8 +49,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib /nologo /subsystem:console /incremental:no /map /machine:I386
-# ADD LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib /nologo /subsystem:console /incremental:no /map /machine:I386
+# ADD BASE LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib /nologo /subsystem:console /map /machine:I386
+# ADD LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib /nologo /subsystem:console /map /machine:I386
!ELSEIF "$(CFG)" == "logresolve - Win32 Debug"
@@ -66,7 +66,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /FD /c
-# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "../srclib/apr/include" /I "../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fd"Debug/logresolve" /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../srclib/apr/include" /I "../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "APU_DECLARE_STATIC" /Fd"Debug/logresolve" /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -89,7 +89,6 @@ SOURCE=.\logresolve.c
# Begin Source File
SOURCE=.\logresolve.rc
-
# End Source File
# Begin Source File
@@ -102,8 +101,7 @@ SOURCE=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\logresolve.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk logresolve "logresolve Utility"\
- ../include/ap_release.h > .\logresolve.rc
+ awk -f ../build/win32/win32ver.awk logresolve "logresolve Utility" ../include/ap_release.h > .\logresolve.rc
# End Custom Build
@@ -114,8 +112,7 @@ InputPath=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\logresolve.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk logresolve "logresolve Utility"\
- ../include/ap_release.h > .\logresolve.rc
+ awk -f ../build/win32/win32ver.awk logresolve "logresolve Utility" ../include/ap_release.h > .\logresolve.rc
# End Custom Build