diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-10-04 21:38:16 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-10-04 21:38:16 +0200 |
commit | d0646a92a6105ec75b36bd5e8b4f00b44978c8c8 (patch) | |
tree | 9baabee4ebcf291f5f7602db0ae4beebc82ff3a3 /Makefile.win | |
parent | Make sure we install all of the support scripts. (diff) | |
download | apache2-d0646a92a6105ec75b36bd5e8b4f00b44978c8c8.tar.xz apache2-d0646a92a6105ec75b36bd5e8b4f00b44978c8c8.zip |
Add some mime magic to the Win32 build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win index c2678ce6fd..d1c6dbd443 100644 --- a/Makefile.win +++ b/Makefile.win @@ -158,6 +158,7 @@ _build: $(MAKE) $(MAKEOPT) -f mod_cern_meta.mak CFG="mod_cern_meta - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_expires.mak CFG="mod_expires - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_headers.mak CFG="mod_headers - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_mime_magic.mak CFG="mod_mime_magic - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_unique_id.mak CFG="mod_unique_id - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_usertrack.mak CFG="mod_usertrack - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. @@ -225,6 +226,7 @@ _build: "mod_cern_meta - Win32 $(LONG)"\ "mod_expires - Win32 $(LONG)"\ "mod_headers - Win32 $(LONG)"\ + "mod_mime_magic - Win32 $(LONG)"\ "mod_unique_id - Win32 $(LONG)"\ "mod_usertrack - Win32 $(LONG)"\ "mod_proxy - Win32 $(LONG)"\ @@ -295,6 +297,7 @@ _install: copy modules\metadata\$(LONG)\mod_cern_meta.so "$(INSTDIR)\modules" copy modules\metadata\$(LONG)\mod_expires.so "$(INSTDIR)\modules" copy modules\metadata\$(LONG)\mod_headers.so "$(INSTDIR)\modules" + copy modules\metadata\$(LONG)\mod_mime_magic.so "$(INSTDIR)\modules" copy modules\metadata\$(LONG)\mod_unique_id.so "$(INSTDIR)\modules" copy modules\metadata\$(LONG)\mod_usertrack.so "$(INSTDIR)\modules" copy modules\proxy\$(LONG)\mod_proxy.so "$(INSTDIR)\modules" |