]> granicus.if.org Git - apache/commitdiff
What happened to serf in the IDE builds? For consistency sake
authorGregg Lewis Smith <gsmith@apache.org>
Sun, 30 Dec 2012 17:59:22 +0000 (17:59 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sun, 30 Dec 2012 17:59:22 +0000 (17:59 +0000)
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

Makefile.win

index 539ad18186d5417a855e5096cb1ae5659bba4d63..4bf3abffddefc6080c449e43648cf774e56d8b56 100644 (file)
@@ -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