diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2011-11-15 06:20:59 +0000 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2011-11-15 06:20:59 +0000 |
commit | de6b2d5c763a41fa7d973cf4f3ef548fec9e2468 (patch) | |
tree | 6a51bfb423349235d6b0c3530f1dff757190502c /Makefile.win | |
parent | 81901d7123c2bd0900c0095aeddc77f57aad1d39 (diff) | |
download | httpd-de6b2d5c763a41fa7d973cf4f3ef548fec9e2468.tar.gz |
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
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 2 |
1 files changed, 2 insertions, 0 deletions
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)") |