summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-11-29 18:12:33 +0000
committerColm MacCarthaigh <colm@apache.org>2005-11-29 18:12:33 +0000
commit314e894126bf983936c2c6fcb6ff3b42a625b29c (patch)
treedc75ece8e0a30b748b8f71299590e993e810c806
parent79e3fd74a2ba5c3e556fe305191bce2fc41616b5 (diff)
downloadhttpd-314e894126bf983936c2c6fcb6ff3b42a625b29c.tar.gz
Adding mod_authn_dbd to the Windows build environments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349777 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Apache.dsw30
-rw-r--r--Makefile.win2
2 files changed, 32 insertions, 0 deletions
diff --git a/Apache.dsw b/Apache.dsw
index d473553b56..84a00b131a 100644
--- a/Apache.dsw
+++ b/Apache.dsw
@@ -81,6 +81,9 @@ Package=<4>
Project_Dep_Name mod_authn_anon
End Project Dependency
Begin Project Dependency
+ Project_Dep_Name mod_authn_dbd
+ End Project Dependency
+ Begin Project Dependency
Project_Dep_Name mod_authn_dbm
End Project Dependency
Begin Project Dependency
@@ -750,6 +753,33 @@ Package=<4>
###############################################################################
+Project: "mod_authn_dbd"=.\modules\aaa\mod_authn_dbd.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
+ Begin Project Dependency
+ Project_Dep_Name mod_auth_basic
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name mod_dbd
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "mod_authn_dbm"=.\modules\aaa\mod_authn_dbm.dsp - Package Owner=<4>
Package=<5>
diff --git a/Makefile.win b/Makefile.win
index fa66ce6458..9408a24ec4 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -216,6 +216,7 @@ _build:
$(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_authn_anon.mak CFG="mod_authn_anon - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) -f mod_authn_dbd.mak CFG="mod_authn_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_authn_dbm.mak CFG="mod_authn_dbm - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_authn_default.mak CFG="mod_authn_default - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_authn_file.mak CFG="mod_authn_file - Win32 $(LONG)" RECURSE=0 $(CTARGET)
@@ -385,6 +386,7 @@ _copybin:
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_authn_anon.$(src_so) "$(inst_so)" <.y
+ copy modules\aaa\$(LONG)\mod_authn_dbd.$(src_so) "$(inst_so)" <.y
copy modules\aaa\$(LONG)\mod_authn_dbm.$(src_so) "$(inst_so)" <.y
copy modules\aaa\$(LONG)\mod_authn_default.$(src_so) "$(inst_so)" <.y
copy modules\aaa\$(LONG)\mod_authn_file.$(src_so) "$(inst_so)" <.y