summaryrefslogtreecommitdiff
path: root/httpd.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-11-29 17:12:00 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-11-29 17:12:00 +0000
commitb5b58950192cc45ef331cc0625b9ed67b7ac5e9a (patch)
tree4630aab923d496f4344ef4fe04d225020ffb4092 /httpd.dsp
parent5c1d33b60630a0882fc9679e10abe292d338642d (diff)
downloadhttpd-b5b58950192cc45ef331cc0625b9ed67b7ac5e9a.tar.gz
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.dsp37
1 files changed, 35 insertions, 2 deletions
diff --git a/httpd.dsp b/httpd.dsp
index bbf11f72d5..1d3eb52933 100644
--- a/httpd.dsp
+++ b/httpd.dsp
@@ -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"