summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2010-01-21 06:41:43 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2010-01-21 06:41:43 +0000
commit3250344992b933241582acd9593c7132d254c9f3 (patch)
tree549f80ccbc7317e5e9132b3cd62981fd60abab8c /Makefile.win
parent8896974688cb295049c91f25bee7c984015e5284 (diff)
downloadhttpd-3250344992b933241582acd9593c7132d254c9f3.tar.gz
Back out mod_serf changes for the immediate alpha, until libs are worked out
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@901565 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.win b/Makefile.win
index 23910fec5c..1da0bab7f5 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -129,17 +129,11 @@ _tryzlib:
cd modules\filters
$(MAKE) $(MAKEOPT) -f mod_deflate.mak CFG="mod_deflate - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
- cd modules\proxy
- $(MAKE) $(MAKEOPT) -f mod_serf.mak CFG="mod_serf - Win32 $(LONG)" RECURSE=0 $(CTARGET)
- cd ..\..
!ELSEIF $(USESLN) == 1
devenv Apache.sln /useenv $(CTARGET) $(LONG) /project mod_deflate
- devenv Apache.sln /useenv $(CTARGET) $(LONG) /project mod_serf
!ELSE
@msdev Apache.dsw /USEENV /MAKE \
"mod_deflate - Win32 $(LONG)" /NORECURSE $(CTARGET)
- @msdev Apache.dsw /USEENV /MAKE \
- "mod_serf - Win32 $(LONG)" /NORECURSE $(CTARGET)
!ENDIF
!ELSE
@@ -147,7 +141,7 @@ _tryzlib:
_tryzlib:
@echo -----
- @echo mod_deflate and mod_serf will not build unless zlib is built in srclib\zlib.
+ @echo mod_deflate will not build unless zlib is installed in srclib\zlib.
@echo Version 1.2.1 and later available from http://www.gzip.org/zlib/
@echo built w/ nmake -f win32/Makefile.msc will satisfy this requirement.
@@ -466,9 +460,6 @@ _build:
$(MAKE) $(MAKEOPT) -f mod_proxy_ftp.mak CFG="mod_proxy_ftp - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_proxy_http.mak CFG="mod_proxy_http - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_proxy_scgi.mak CFG="mod_proxy_scgi - Win32 $(LONG)" RECURSE=0 $(CTARGET)
-!IF EXIST("srclib\zlib")
- $(MAKE) $(MAKEOPT) -f mod_serf.mak CFG="mod_serf - Win32 $(LONG)" RECURSE=0 $(CTARGET)
-!ENDIF
cd ..\..
cd modules\proxy\balancers
$(MAKE) $(MAKEOPT) -f mod_lbmethod_bybusyness.mak CFG="mod_lbmethod_bybusyness - Win32 $(LONG)" RECURSE=0 $(CTARGET)