summaryrefslogtreecommitdiff
path: root/libapr.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-08-17 03:45:34 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-08-17 03:45:34 +0000
commitefd1893774112faaab6e8ed6db4a8e9de8e63ae6 (patch)
treea84b0e6b607a38398826c9765c6bf41e62859d2b /libapr.dsp
parent484ec81d863557ca56555e31109cf9b95d32046e (diff)
downloadapr-efd1893774112faaab6e8ed6db4a8e9de8e63ae6.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/apr/apr/trunk@62183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r--libapr.dsp9
1 files changed, 3 insertions, 6 deletions
diff --git a/libapr.dsp b/libapr.dsp
index c727a0ef0..84f91d513 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -69,7 +69,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 "_WINDOWS" /FD /c
-# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fd"Debug\apr" /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fd"Debug\apr" /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
# ADD BASE RSC /l 0x409 /d "_DEBUG"
@@ -595,7 +595,6 @@ SOURCE=.\include\apr_xlate.h
# Begin Source File
SOURCE=.\libapr.rc
-
# End Source File
# Begin Source File
@@ -608,8 +607,7 @@ SOURCE=.\build\win32ver.awk
InputPath=.\build\win32ver.awk
".\libapr.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ./build/win32ver.awk libapr "Apache Portability Runtime Library"\
- ../../include/ap_release.h > .\libapr.rc
+ awk -f ./build/win32ver.awk libapr "Apache Portability Runtime Library" ../../include/ap_release.h > .\libapr.rc
# End Custom Build
@@ -620,8 +618,7 @@ InputPath=.\build\win32ver.awk
InputPath=.\build\win32ver.awk
".\libapr.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ./build/win32ver.awk libapr "Apache Portability Runtime Library"\
- ../../include/ap_release.h > .\libapr.rc
+ awk -f ./build/win32ver.awk libapr "Apache Portability Runtime Library" ../../include/ap_release.h > .\libapr.rc
# End Custom Build