You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2012/12/30 18:59:23 UTC

svn commit: r1426969 - /httpd/httpd/trunk/Makefile.win

Author: gsmith
Date: Sun Dec 30 17:59:22 2012
New Revision: 1426969

URL: http://svn.apache.org/viewvc?rev=1426969&view=rev
Log:
What happened to serf in the IDE builds? For consistency sake 
with the other optional dependencies, get serf in there too.


Modified:
    httpd/httpd/trunk/Makefile.win

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=1426969&r1=1426968&r2=1426969&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Sun Dec 30 17:59:22 2012
@@ -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