summaryrefslogtreecommitdiff
path: root/libhttpd.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-08-17 03:45:35 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-08-17 03:45:35 +0000
commit90623070739b0ccd41e359f22a33810104894ad2 (patch)
tree9c40c878a94a9097c55c93b38cc32cf95245e804 /libhttpd.dsp
parent9bd41098dd1ed660ce2f7e22b519686011c53bf4 (diff)
downloadhttpd-90623070739b0ccd41e359f22a33810104894ad2.tar.gz
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 'libhttpd.dsp')
-rw-r--r--libhttpd.dsp17
1 files changed, 7 insertions, 10 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp
index d8bc0f05f5..eb520dd429 100644
--- a/libhttpd.dsp
+++ b/libhttpd.dsp
@@ -68,8 +68,8 @@ LINK32=link.exe
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /GX /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /ZI /c
-# ADD CPP /nologo /MDd /W3 /GX /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /I "./modules/http" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /ZI /c
+# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /I "./modules/http" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
@@ -409,15 +409,15 @@ SOURCE=.\include\ap_mpm.h
# End Source File
# Begin Source File
-SOURCE=.\server\mpm_common.c
+SOURCE=.\server\listen.c
# End Source File
# Begin Source File
-SOURCE=.\server\listen.c
+SOURCE=.\server\mpm\winnt\mpm.h
# End Source File
# Begin Source File
-SOURCE=.\server\mpm\winnt\mpm.h
+SOURCE=.\server\mpm_common.c
# End Source File
# Begin Source File
@@ -451,7 +451,6 @@ SOURCE=.\server\mpm\winnt\service.c
# Begin Source File
SOURCE=.\build\win32\libhttpd.rc
-
# End Source File
# Begin Source File
@@ -464,8 +463,7 @@ SOURCE=.\build\win32\win32ver.awk
InputPath=.\build\win32\win32ver.awk
".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"\
- ./include/ap_release.h > .\build\win32\libhttpd.rc
+ awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core" ./include/ap_release.h > .\build\win32\libhttpd.rc
# End Custom Build
@@ -476,8 +474,7 @@ InputPath=.\build\win32\win32ver.awk
InputPath=.\build\win32\win32ver.awk
".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"\
- ./include/ap_release.h > .\build\win32\libhttpd.rc
+ awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core" ./include/ap_release.h > .\build\win32\libhttpd.rc
# End Custom Build