From: Bill Stoddard Date: Fri, 19 Jan 2001 22:06:10 +0000 (+0000) Subject: Win32: httpd.mak is not used now. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849a41af2578d3a4bca1a5994ceea7bef96e28e1;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/Makefile.win b/Makefile.win index 0444772dd8b..1214c9b8571 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