diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-12-05 16:37:50 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-12-05 16:37:50 +0000 |
commit | f119cafbaaa9eb9366267ffa399320a5e6156c56 (patch) | |
tree | 4c2d3ae544f89407e9232ef8db63479658244dc9 /support/htdigest.dsp | |
parent | fe2ef8d81b67211e09704a5006d8d05303d2470f (diff) | |
download | httpd-f119cafbaaa9eb9366267ffa399320a5e6156c56.tar.gz |
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/htdigest.dsp')
-rw-r--r-- | support/htdigest.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/htdigest.dsp b/support/htdigest.dsp index baa27b1fec..37760b2b03 100644 --- a/support/htdigest.dsp +++ b/support/htdigest.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" |