From: William A. Rowe Jr Date: Tue, 29 Jan 2002 17:22:20 +0000 (+0000) Subject: Prepare for some changes to the .dsw - phase 1. X-Git-Tag: 2.0.31~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6625378fa21fd5097935a50230366bac7928f77;p=apache Prepare for some changes to the .dsw - phase 1. Add /USEENV for msdev so the user with awk.exe in the path can resolve. Add _dummy: for a new compile-all target. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93079 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 522e2f785a..605c6a75ca 100644 --- a/Makefile.win +++ b/Makefile.win @@ -61,7 +61,7 @@ _tryssl: $(MAKE) $(MAKEOPT) -f abs.mak CFG="abs - Win32 $(LONG)" RECURSE=0 $(LONG)\abs.exe cd .. !ELSE - msdev Apache.dsw /MAKE\ + msdev Apache.dsw /USEENV /MAKE \ "mod_ssl - Win32 $(LONG)"\ "abs - Win32 $(LONG)" /NORECURSE $(CTARGET) !ENDIF @@ -99,6 +99,8 @@ MAKEOPT=-s -N !ENDIF !ENDIF +_dummy: + _browse: cd Browse bscmake.exe -nologo -Iu -o Apache.bsc *.sbr @@ -249,7 +251,7 @@ _cleand: _build: echo Building Win32 $(LONG) targets ($(SHORT) suffixes) -del $(LONG)\buildmark.obj - msdev Apache.dsw /MAKE\ + msdev Apache.dsw /USEENV /MAKE \ "apr - Win32 $(LONG)"\ "libapr - Win32 $(LONG)"\ "gen_uri_delims - Win32 $(LONG)"\ @@ -309,7 +311,7 @@ _build: "ApacheMonitor - Win32 $(LONG)"\ "wintty - Win32 $(LONG)" /NORECURSE $(CTARGET) !IF EXIST("srclib\openssl") - msdev Apache.dsw /MAKE\ + msdev Apache.dsw /USEENV /MAKE \ "mod_ssl - Win32 $(LONG)"\ "abs - Win32 $(LONG)" /NORECURSE $(CTARGET) !ENDIF