summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2000-07-28 14:18:51 +0000
committerBill Stoddard <stoddard@apache.org>2000-07-28 14:18:51 +0000
commit48aded92add52f1fada81242e4f140bca474d937 (patch)
tree8ea4f0d9d58e29c62777f0e6696369a76da9e0d2 /Makefile.win
parent602226a1e5e249ca76e156a857f63f4902ac5097 (diff)
downloadhttpd-48aded92add52f1fada81242e4f140bca474d937.tar.gz
Win32: Enable compiling expat from the command line
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 24cb2d9f51..abec21a891 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -68,6 +68,10 @@ _build:
$(MAKE) $(MAKEOPT) -f aprlib.mak CFG="aprlib - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f aprlibdll.mak CFG="aprlibdll - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
+ cd lib\expat-lite
+ $(MAKE) $(MAKEOPT) -f xmltok.mak CFG="xmltok - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) -f xmlparse.mak CFG="xmlparse - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ cd ..\..
cd lib\pcre
$(MAKE) $(MAKEOPT) -f dftables.mak CFG="dftables - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f pcre.mak CFG="pcre - Win32 $(LONG)" RECURSE=0 $(CTARGET)