diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-26 05:58:52 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-26 05:58:52 +0200 |
commit | 7d67fb731ab27e87bfce45f5ff8fb7fc470c3346 (patch) | |
tree | c7b8d71e7ab8387d3b487302231dd193ac4e466a /modules/proxy/proxy_http.dsp | |
parent | We have to initialize the error_bucket before we can destroy it. (diff) | |
download | apache2-7d67fb731ab27e87bfce45f5ff8fb7fc470c3346.tar.xz apache2-7d67fb731ab27e87bfce45f5ff8fb7fc470c3346.zip |
Change _only_ the debug build to recognize the /Zi flag (which is portable
for debugging between VC 5.0/6.0/7.0) instead of the VC 6.0+ specific /ZI.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/proxy/proxy_http.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/proxy/proxy_http.dsp b/modules/proxy/proxy_http.dsp index 1bd2861573..5085778d49 100644 --- a/modules/proxy/proxy_http.dsp +++ b/modules/proxy/proxy_http.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 /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c -# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "..\..\srclib\apr\include" /I "../../srclib/apr-util/include" /I "..\..\include" /I "..\..\os\win32" /I "..\http" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Debug\proxy_http" /FD /c +# 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 "..\..\srclib\apr\include" /I "../../srclib/apr-util/include" /I "..\..\include" /I "..\..\os\win32" /I "..\http" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Debug\proxy_http" /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x809 /d "_DEBUG" |