From: Gregg Lewis Smith Date: Sun, 30 Dec 2012 17:59:22 +0000 (+0000) Subject: What happened to serf in the IDE builds? For consistency sake X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203fafa607d6a96d0c5398accb5bb191a81b1308;p=thirdparty%2Fapache%2Fhttpd.git What happened to serf in the IDE builds? For consistency sake with the other optional dependencies, get serf in there too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1426969 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 539ad18186d..4bf3abffdde 100644 --- a/Makefile.win +++ b/Makefile.win @@ -636,6 +636,9 @@ _build: devenv $(TLP).sln /useenv $(CTARGET) $(LONG) /project mod_proxy_html devenv $(TLP).sln /useenv $(CTARGET) $(LONG) /project mod_xml2enc !ENDIF +!IF EXIST("srclib\serf") + devenv $(TLP).sln /useenv $(CTARGET) $(LONG) /project mod_serf +!ENDIF !ELSE @@ -681,6 +684,10 @@ _build: @msdev $(TLP).dsw /USEENV /MAKE \ "mod_xml2enc - Win32 $(LONG)" /NORECURSE $(CTARGET) !ENDIF +!IF EXIST("srclib\serf") + @msdev $(TLP).dsw /USEENV /MAKE \ + "mod_serf - Win32 $(LONG)" /NORECURSE $(CTARGET) +!ENDIF !ENDIF