diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2011-11-19 01:35:17 +0100 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2011-11-19 01:35:17 +0100 |
commit | 1a3e83723a2e580a75fa025aaad36cde98521815 (patch) | |
tree | 9be34aba08e2c50b1f3a1d662bf4c9e5f460a8a1 /Makefile.win | |
parent | More ap_log_rerror() usage and axe some more AJP: prefixes (diff) | |
download | apache2-1a3e83723a2e580a75fa025aaad36cde98521815.tar.xz apache2-1a3e83723a2e580a75fa025aaad36cde98521815.zip |
Build mod_allowmethods on Windows
project file exists
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203924 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 df1fd73b7b..717b7cded2 100644 --- a/Makefile.win +++ b/Makefile.win @@ -408,6 +408,7 @@ _build: cd ..\.. cd modules\aaa $(MAKE) $(MAKEOPT) -f mod_access_compat.mak CFG="mod_access_compat - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_allowmethods.mak CFG="mod_allowmethods - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_auth_basic.mak CFG="mod_auth_basic - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_auth_digest.mak CFG="mod_auth_digest - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_auth_form.mak CFG="mod_auth_form - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -698,6 +699,7 @@ _copybin: !ENDIF copy srclib\pcre\pcre.$(src_dll) "$(inst_dll)" <.y copy modules\aaa\$(LONG)\mod_access_compat.$(src_so) "$(inst_so)" <.y + copy modules\aaa\$(LONG)\mod_allowmethods.$(src_so) "$(inst_so)" <.y copy modules\aaa\$(LONG)\mod_auth_basic.$(src_so) "$(inst_so)" <.y copy modules\aaa\$(LONG)\mod_auth_digest.$(src_so) "$(inst_so)" <.y copy modules\aaa\$(LONG)\mod_auth_form.$(src_so) "$(inst_so)" <.y |