From: Gregg Lewis Smith Date: Tue, 15 Nov 2011 06:20:59 +0000 (+0000) Subject: Add mod_data to Windows build X-Git-Tag: 2.3.16~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de6b2d5c763a41fa7d973cf4f3ef548fec9e2468;p=apache Add mod_data to Windows build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1202055 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache-apr2.dsw b/Apache-apr2.dsw index 579149a3f0..22bd63f678 100644 --- a/Apache-apr2.dsw +++ b/Apache-apr2.dsw @@ -168,6 +168,9 @@ Package=<4> Project_Dep_Name mod_charset_lite End Project Dependency Begin Project Dependency + Project_Dep_Name mod_data + End Project Dependency + Begin Project Dependency Project_Dep_Name mod_dav_fs End Project Dependency Begin Project Dependency @@ -1333,6 +1336,24 @@ Package=<4> ############################################################################### +Project: "mod_data"=.\modules\filters\mod_data.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name libapr + End Project Dependency + Begin Project Dependency + Project_Dep_Name libhttpd + End Project Dependency +}}} + +############################################################################### + Project: "mod_dav"=.\modules\dav\main\mod_dav.dsp - Package Owner=<4> Package=<5> diff --git a/Apache.dsw b/Apache.dsw index ebfb3b3a98..ed92084a8d 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -183,6 +183,9 @@ Package=<4> Project_Dep_Name mod_charset_lite End Project Dependency Begin Project Dependency + Project_Dep_Name mod_data + End Project Dependency + Begin Project Dependency Project_Dep_Name mod_dav_fs End Project Dependency Begin Project Dependency @@ -1591,6 +1594,27 @@ Package=<4> ############################################################################### +Project: "mod_data"=.\modules\filters\mod_data.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name libapr + End Project Dependency + Begin Project Dependency + Project_Dep_Name libaprutil + End Project Dependency + Begin Project Dependency + Project_Dep_Name libhttpd + End Project Dependency +}}} + +############################################################################### + Project: "mod_dav"=.\modules\dav\main\mod_dav.dsp - Package Owner=<4> Package=<5> diff --git a/Makefile.win b/Makefile.win index cee1610dba..9dd71176b6 100644 --- a/Makefile.win +++ b/Makefile.win @@ -450,6 +450,7 @@ _build: cd modules\filters $(MAKE) $(MAKEOPT) -f mod_buffer.mak CFG="mod_buffer - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_data.mak CFG="mod_data - Win32 $(LONG)" RECURSE=0 $(CTARGET) !IF EXIST("srclib\zlib") $(MAKE) $(MAKEOPT) -f mod_deflate.mak CFG="mod_deflate - Win32 $(LONG)" RECURSE=0 $(CTARGET) !ENDIF @@ -711,6 +712,7 @@ _copybin: !ENDIF copy modules\filters\$(LONG)\mod_buffer.$(src_so) "$(inst_so)" <.y copy modules\filters\$(LONG)\mod_charset_lite.$(src_so) "$(inst_so)" <.y + copy modules\filters\$(LONG)\mod_data.$(src_so) "$(inst_so)" <.y !IF EXIST("srclib\zlib") copy modules\filters\$(LONG)\mod_deflate.$(src_so) "$(inst_so)" <.y !IF EXIST("srclib\zlib\zlib1.$(src_dll)") diff --git a/build/installwinconf.awk b/build/installwinconf.awk index 7e7718607b..dd4ab102f2 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -118,6 +118,7 @@ BEGIN { print "#LoadModule cern_meta_module modules/mod_cern_meta.so" > dstfl; print "LoadModule cgi_module modules/mod_cgi.so" > dstfl; print "#LoadModule charset_lite_module modules/mod_charset_lite.so" > dstfl; + print "#LoadModule data_module modules/mod_data.so" > dstfl; print "#LoadModule dav_module modules/mod_dav.so" > dstfl; print "#LoadModule dav_fs_module modules/mod_dav_fs.so" > dstfl; print "#LoadModule dav_lock_module modules/mod_dav_lock.so" > dstfl; diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 9d939148cb..3f3e40e94b 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -116,3 +116,4 @@ mod_proxy_express.so 0x6F760000 0x00010000 mod_log_debug.so 0x6F750000 0x00010000 mod_proxy_html.so 0x6F740000 0x00010000 mod_xml2enc.so 0x6F730000 0x00010000 +mod_data.so 0x6F720000 0x00010000