]> granicus.if.org Git - apache/commitdiff
Build mod_allowmethods on Windows
authorGregg Lewis Smith <gsmith@apache.org>
Sat, 19 Nov 2011 00:35:17 +0000 (00:35 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sat, 19 Nov 2011 00:35:17 +0000 (00:35 +0000)
project file exists

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1203924 13f79535-47bb-0310-9956-ffa450edef68

Apache-apr2.dsw
Apache.dsw
Makefile.win
build/installwinconf.awk
os/win32/BaseAddr.ref

index cc310931ceebb0afa30db3f85b75f3020909a86c..79e980b4eb0fdc276d9e9df51e4c1d75129ae4c4 100644 (file)
@@ -96,6 +96,9 @@ Package=<4>
     Project_Dep_Name mod_alias
     End Project Dependency
     Begin Project Dependency
+    Project_Dep_Name mod_allowmethods
+    End Project Dependency
+    Begin Project Dependency
     Project_Dep_Name mod_asis
     End Project Dependency
     Begin Project Dependency
@@ -786,6 +789,24 @@ Package=<4>
 
 ###############################################################################
 
+Project: "mod_allowmethods"=.\modules\aaa\mod_allowmethods.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_asis"=.\modules\generators\mod_asis.dsp - Package Owner=<4>
 
 Package=<5>
index 73baa1391ab5e2999fa24c9260be6c240776abe3..ab4deaff147ceea6568c5a1b1ff80bd5aa32e564 100644 (file)
@@ -111,6 +111,9 @@ Package=<4>
     Project_Dep_Name mod_alias
     End Project Dependency
     Begin Project Dependency
+    Project_Dep_Name mod_allowmethods
+    End Project Dependency
+    Begin Project Dependency
     Project_Dep_Name mod_asis
     End Project Dependency
     Begin Project Dependency
@@ -960,6 +963,27 @@ Package=<4>
 
 ###############################################################################
 
+Project: "mod_allowmethods"=.\modules\aaa\mod_allowmethods.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_asis"=.\modules\generators\mod_asis.dsp - Package Owner=<4>
 
 Package=<5>
index df1fd73b7bc98127d6180678662ad57af0ab0587..717b7cded270bc427463b68237bd39fa8f8b161a 100644 (file)
@@ -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
index dd4ab102f2acecb4aaeae0c306ec47842d42838a..8cd26d8de957bf336473c26fd4ebeb781cfa5b97 100644 (file)
@@ -95,6 +95,7 @@ BEGIN {
          print "LoadModule access_compat_module modules/mod_access_compat.so" > dstfl;
          print "LoadModule actions_module modules/mod_actions.so" > dstfl;
          print "LoadModule alias_module modules/mod_alias.so" > dstfl;
+         print "LoadModule allowmethods_module modules/mod_allowmethods.so" > dstfl;
          print "LoadModule asis_module modules/mod_asis.so" > dstfl;
          print "LoadModule auth_basic_module modules/mod_auth_basic.so" > dstfl;
          print "#LoadModule auth_digest_module modules/mod_auth_digest.so" > dstfl;
index de95e7a4c3e1795f2f3ae419587bcaff884f90b9..90a402af807c8cf7a70b367e4e913fde0303b82d 100644 (file)
@@ -118,3 +118,4 @@ mod_log_debug.so            0x6F740000    0x00010000
 mod_proxy_html.so           0x6F730000    0x00010000
 mod_xml2enc.so              0x6F720000    0x00010000
 mod_data.so                 0x6F710000    0x00010000
+mod_allowmethods            0x6F700000    0x00010000