diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-11-29 18:12:00 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-11-29 18:12:00 +0100 |
commit | b5b58950192cc45ef331cc0625b9ed67b7ac5e9a (patch) | |
tree | 4630aab923d496f4344ef4fe04d225020ffb4092 /httpd.dsp | |
parent | Fix a segfault in mod_info. mod_info_module_cmds() had a misstep when (diff) | |
download | apache2-b5b58950192cc45ef331cc0625b9ed67b7ac5e9a.tar.xz apache2-b5b58950192cc45ef331cc0625b9ed67b7ac5e9a.zip |
Make Win32 build again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 37 |
1 files changed, 35 insertions, 2 deletions
@@ -43,7 +43,7 @@ RSC=rc.exe # ADD BASE RSC /l 0x409 # ADD RSC /l 0x409 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /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 +# ADD CPP /nologo /MD /W3 /GX /O2 /I ".\include" /I ".\lib\apr\include" /I ".\lib\aputil" /I ".\lib\sdbm" /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 @@ -68,7 +68,7 @@ RSC=rc.exe # ADD BASE RSC /l 0x409 # ADD RSC /l 0x409 # 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 +# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\lib\apr\include" /I ".\lib\aputil" /I ".\lib\sdbm" /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 @@ -120,6 +120,35 @@ SOURCE=.\os\win32\os.h # PROP Default_Filter "" # Begin Source File +SOURCE=.\lib\aputil\apu_private.hw + +!IF "$(CFG)" == "ApacheCore - Win32 Release" + +# Begin Custom Build +InputPath=.\lib\aputil\apu_private.hw + +".\lib\aputil\apu_private.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy .\lib\aputil\apu_private.hw .\lib\aputil\apu_private.h >nul + echo Created aputil apu_private.h from apu_private.hw + +# End Custom Build + +!ELSEIF "$(CFG)" == "ApacheCore - Win32 Debug" + +# Begin Custom Build +InputPath=.\lib\aputil\apu_private.hw + +".\lib\aputil\apu_private.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy .\lib\aputil\apu_private.hw .\lib\aputil\apu_private.h >nul + echo Created aputil apu_private.h from apu_private.hw + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\main\gen_test_char.exe !IF "$(CFG)" == "ApacheCore - Win32 Release" @@ -264,6 +293,10 @@ SOURCE=.\ap\ap_sha1.c SOURCE=.\include\ap_sha1.h # End Source File +# Begin Source File + +SOURCE=.\lib\aputil\apu_dbm.c +# End Source File # End Group # Begin Group "httpd" |