diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-17 05:45:35 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-17 05:45:35 +0200 |
commit | 90623070739b0ccd41e359f22a33810104894ad2 (patch) | |
tree | 9c40c878a94a9097c55c93b38cc32cf95245e804 /Apache.dsp | |
parent | Given a choice between chasing my tail to keep these updated, and rolling (diff) | |
download | apache2-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 'Apache.dsp')
-rw-r--r-- | Apache.dsp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Apache.dsp b/Apache.dsp index 0965d40483..92bcb79c02 100644 --- a/Apache.dsp +++ b/Apache.dsp @@ -66,7 +66,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./os/win32" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c -# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./os/win32" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /Fd"Debug\Apache" /FD /c +# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "./include" /I "./os/win32" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /Fd"Debug\Apache" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" @@ -90,7 +90,6 @@ SOURCE=.\build\win32\Apache.ico # Begin Source File SOURCE=.\build\win32\Apache.rc - # End Source File # Begin Source File @@ -107,8 +106,7 @@ SOURCE=.\build\win32\win32ver.awk InputPath=.\build\win32\win32ver.awk ".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server"\ - ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc + awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc # End Custom Build @@ -119,8 +117,7 @@ InputPath=.\build\win32\win32ver.awk InputPath=.\build\win32\win32ver.awk ".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server"\ - ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc + awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc # End Custom Build |