summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2001-01-19 22:06:10 +0000
committerBill Stoddard <stoddard@apache.org>2001-01-19 22:06:10 +0000
commit849a41af2578d3a4bca1a5994ceea7bef96e28e1 (patch)
treeaeeb39d668f035d97afee6dddbe5432167656b77 /Makefile.win
parent591360f1eee8e0dd0b10b0fb9399c0400c6c712e (diff)
downloadhttpd-849a41af2578d3a4bca1a5994ceea7bef96e28e1.tar.gz
Win32: httpd.mak is not used now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87746 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index 0444772dd8..1214c9b857 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -85,7 +85,6 @@ _build:
cd ..
-del Core$(SHORT)\buildmark.obj
# libhttpd creates the dynamic libhttpd.dll from the static library project httpd
- $(MAKE) $(MAKEOPT) -f httpd.mak CFG="httpd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f libhttpd.mak CFG="libhttpd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f Apache.mak CFG="Apache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd modules\aaa