summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2017-11-15 20:47:20 +0000
committerGregg Lewis Smith <gsmith@apache.org>2017-11-15 20:47:20 +0000
commitf833da3795b808fb911280d7f5ca4699f2ceb31f (patch)
treeafd12322bd16f55f50d710ce95bfe3fe2b1778e8
parent0e295e2e1597209535eb34a4c33caa479dd9d776 (diff)
downloadhttpd-f833da3795b808fb911280d7f5ca4699f2ceb31f.tar.gz
Follow up to r1815264
Get items in dsw files, BuildBin.dsp that didn't make 1815264 Make sure abs builds before a2md so applink.c in OpenSSL 1.1.0 gets copied into same location as it exists in 1.0.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815370 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Apache-apr2.dsw39
-rw-r--r--Apache.dsw45
-rw-r--r--BuildBin.dsp4
-rw-r--r--Makefile.win12
-rw-r--r--modules/md/mod_md.dsp1
5 files changed, 92 insertions, 9 deletions
diff --git a/Apache-apr2.dsw b/Apache-apr2.dsw
index 6182f98671..9ac2f79a9a 100644
--- a/Apache-apr2.dsw
+++ b/Apache-apr2.dsw
@@ -420,6 +420,27 @@ Package=<4>
###############################################################################
+Project: "a2md"=.\modules\md\a2md.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name apr
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name libhttpd
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name abs
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "ab"=.\support\ab.dsp - Package Owner=<4>
Package=<5>
@@ -2185,6 +2206,24 @@ Package=<4>
###############################################################################
+Project: "mod_md"=.\modules\md\mod_mmd.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_mime"=.\modules\http\mod_mime.dsp - Package Owner=<4>
Package=<5>
diff --git a/Apache.dsw b/Apache.dsw
index 74a7051fab..055a379602 100644
--- a/Apache.dsw
+++ b/Apache.dsw
@@ -435,6 +435,30 @@ Package=<4>
###############################################################################
+Project: "a2md"=.\modules\md\a2md.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name apr
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name aprutil
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name libhttpd
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name abs
+ End Project Dependency
+}}}
+
+###############################################################################
+
Project: "ab"=.\support\ab.dsp - Package Owner=<4>
Package=<5>
@@ -2569,6 +2593,27 @@ Package=<4>
###############################################################################
+Project: "mod_md"=.\modules\md\mod_mmd.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_mime"=.\modules\http\mod_mime.dsp - Package Owner=<4>
Package=<5>
diff --git a/BuildBin.dsp b/BuildBin.dsp
index 84143ca124..0e13ddd46c 100644
--- a/BuildBin.dsp
+++ b/BuildBin.dsp
@@ -39,7 +39,7 @@ CFG=BuildBin - Win32 Debug
# PROP Use_Debug_Libraries 0
# PROP Output_Dir ""
# PROP Intermediate_Dir ""
-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _trydb _trylua _tryxml _tryssl _tryzlib _trynghttp2 _tryserf _dummy"
+# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _trydb _trylua _tryxml _tryssl _tryzlib _trynghttp2 _trymd _tryserf _dummy"
# PROP Rebuild_Opt ""
# PROP Target_File "\Apache2\bin\httpd.exe"
# PROP Bsc_Name ".\Browse\httpd.bsc"
@@ -58,7 +58,7 @@ CFG=BuildBin - Win32 Debug
# PROP Use_Debug_Libraries 1
# PROP Output_Dir ""
# PROP Intermediate_Dir ""
-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _trydb _trylua _tryxml _tryssl _tryzlib _trynghttp2 _tryserf _dummy"
+# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _trydb _trylua _tryxml _tryssl _tryzlib _trynghttp2 _trymd _tryserf _dummy"
# PROP Rebuild_Opt ""
# PROP Target_File "\Apache2\bin\httpd.exe"
# PROP Bsc_Name ".\Browse\httpd.bsc"
diff --git a/Makefile.win b/Makefile.win
index 044ae5f302..69de1de1bd 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -648,12 +648,6 @@ _build:
$(MAKE) $(MAKEOPT) -f mod_slotmem_shm.mak CFG="mod_slotmem_shm - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
!IF EXIST("srclib\openssl")
-!IF EXIST("srclib\jansson") && EXIST("srclib\curl")
- cd modules\md
- $(MAKE) $(MAKEOPT) $(SSLOPT) -f a2md.mak CFG="a2md - Win32 $(LONG)" RECURSE=0 $(CTARGET)
- $(MAKE) $(MAKEOPT) $(SSLOPT) -f mod_md.mak CFG="mod_md - Win32 $(LONG)" RECURSE=0 $(CTARGET)
- cd ..\..
-!ENDIF
# cd modules\session
# $(MAKE) $(MAKEOPT) -f mod_session_crypto.mak CFG="mod_session_crypto - Win32 $(LONG)" RECURSE=0 $(CTARGET)
# cd ..\..
@@ -663,6 +657,12 @@ _build:
cd support
$(MAKE) $(MAKEOPT) -f abs.mak CFG="abs - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..
+!IF EXIST("srclib\jansson") && EXIST("srclib\curl")
+ cd modules\md
+ $(MAKE) $(MAKEOPT) $(SSLOPT) -f a2md.mak CFG="a2md - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) $(SSLOPT) -f mod_md.mak CFG="mod_md - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ cd ..\..
+!ENDIF
!ENDIF
cd support
$(MAKE) $(MAKEOPT) -f ab.mak CFG="ab - Win32 $(LONG)" RECURSE=0 $(CTARGET)
diff --git a/modules/md/mod_md.dsp b/modules/md/mod_md.dsp
index 3f8b9fdbdf..edc7f859c8 100644
--- a/modules/md/mod_md.dsp
+++ b/modules/md/mod_md.dsp
@@ -157,7 +157,6 @@ SOURCE=./md_util.c
# End Source File
# Begin Source File
-
SOURCE=./md_acme.c
# End Source File
# Begin Source File