summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 539ad18186..4bf3abffdd 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