summaryrefslogtreecommitdiffstats
path: root/Makefile.win
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2000-12-06 05:42:33 +0100
committerBill Stoddard <stoddard@apache.org>2000-12-06 05:42:33 +0100
commit730f195e0a907cb88a1f3938c74b67423e4cd870 (patch)
treead8b34db8a982c83aca0f4b065e8ac179e40016d /Makefile.win
parentGet Apache installing again. (diff)
downloadapache2-730f195e0a907cb88a1f3938c74b67423e4cd870.tar.xz
apache2-730f195e0a907cb88a1f3938c74b67423e4cd870.zip
And this gets Apache for Windows compiling from the command line and
serving files again. The APR_DECLARE_DATA declaration allows the ap_*_type structures to be exported which is reqired for the correct operation of the AP_BUCKET_IS_* macros. An alternate way to fix this problem is to explicitly break the bucket type out of the "type" structure in ap_bucketi and represent each bucket type with an enum. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87228 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index d3a90d620c..8e0b82173e 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -70,8 +70,8 @@ _build:
cd ..\..
cd srclib\apr-util
# aprlibdll creates the dynamic aprlib.dll from the static library project aprlib.dsp
- $(MAKE) $(MAKEOPT) -f aprlib.mak CFG="aprlib - Win32 $(LONG)" RECURSE=0 $(CTARGET)
- $(MAKE) $(MAKEOPT) -f aprlibdll.mak CFG="aprlibdll - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) -f aprutil.mak CFG="aprutil - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ $(MAKE) $(MAKEOPT) -f aprutildll.mak CFG="aprutildll - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
cd srclib\expat-lite
$(MAKE) $(MAKEOPT) -f expatlib.mak CFG="expatlib - Win32 $(LONG)" RECURSE=0 $(CTARGET)