diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-10-18 17:44:41 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-10-18 17:44:41 +0000 |
commit | af3c94267ecb4c993a2b43988b5bfb45e656ad70 (patch) | |
tree | 46ef1d26ca23523d5362831699a23d8ca36eca99 /httpd.dsp | |
parent | 7eecd8064ec5d340bc6a9193a812ea40f3c6a5e8 (diff) | |
download | httpd-af3c94267ecb4c993a2b43988b5bfb45e656ad70.tar.gz |
That's the end of things broken this morning... now to try Jeff's patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -67,8 +67,8 @@ LIB32=link.exe -lib RSC=rc.exe # ADD BASE RSC /l 0x409 # ADD RSC /l 0x409 -# ADD BASE CPP /nologo /MDd /W3 /GX /Od /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /ZI /c -# ADD CPP /nologo /MDd /W3 /GX /Od /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /I ".\modules\mpm\winnt" /I ".\lib\expat-lite" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /ZI /c +# ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /I ".\modules\mpm\winnt" /I ".\lib\expat-lite" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo @@ -103,6 +103,10 @@ SOURCE=.\ap\ap_buckets_file.c # End Source File # Begin Source File +SOURCE=.\ap\ap_buckets_flush.c +# End Source File +# Begin Source File + SOURCE=.\ap\ap_buckets_heap.c # End Source File # Begin Source File @@ -115,6 +119,10 @@ SOURCE=.\ap\ap_buckets_pipe.c # End Source File # Begin Source File +SOURCE=.\ap\ap_buckets_pool.c +# End Source File +# Begin Source File + SOURCE=.\ap\ap_buckets_refcount.c # End Source File # Begin Source File |