diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-12-05 17:37:50 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-12-05 17:37:50 +0100 |
commit | f119cafbaaa9eb9366267ffa399320a5e6156c56 (patch) | |
tree | 4c2d3ae544f89407e9232ef8db63479658244dc9 /support/ab.dsp | |
parent | Fix two spelling and syntax problems in ap_get_local_host(). (diff) | |
download | apache2-f119cafbaaa9eb9366267ffa399320a5e6156c56.tar.xz apache2-f119cafbaaa9eb9366267ffa399320a5e6156c56.zip |
This patch illustrates the new locations, and makes the majority of the
adjustments. Now to actually try to build the thing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/ab.dsp')
-rw-r--r-- | support/ab.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/ab.dsp b/support/ab.dsp index dcc427228a..9222ca1ceb 100644 --- a/support/ab.dsp +++ b/support/ab.dsp @@ -42,7 +42,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "../lib/apr/include" /I "../include" /I "../os/win32" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "AP_DECLARE_STATIC" /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "../srclib/apr/include" /I "../include" /I "../os/win32" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "AP_DECLARE_STATIC" /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -67,7 +67,7 @@ LINK32=link.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "../lib/apr/include" /I "../include" /I "../os/win32" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "AP_DECLARE_STATIC" /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "../srclib/apr/include" /I "../include" /I "../os/win32" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "APR_DECLARE_STATIC" /D "AP_DECLARE_STATIC" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" |