diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-26 07:21:50 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-26 07:21:50 +0200 |
commit | f0362ccc07d49bf889bb3fd01d698e43b5c6aa2b (patch) | |
tree | c2aaa95f1c7cc9550f29068413e10cfe13ed5cd5 /Apache.dsp | |
parent | That last round calls for a bump. (diff) | |
download | apache2-f0362ccc07d49bf889bb3fd01d698e43b5c6aa2b.tar.xz apache2-f0362ccc07d49bf889bb3fd01d698e43b5c6aa2b.zip |
Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to
build 'out of the box' in debugging mode.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90686 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Apache.dsp')
-rw-r--r-- | Apache.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Apache.dsp b/Apache.dsp index 92bcb79c02..29ebeadb84 100644 --- a/Apache.dsp +++ b/Apache.dsp @@ -65,7 +65,7 @@ LINK32=link.exe # PROP Intermediate_Dir "Debug" # 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 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 # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" |