From: William A. Rowe Jr Date: Fri, 19 Jan 2001 23:00:46 +0000 (+0000) Subject: Thanks for reminding me the comments had to go too, Bill. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1138dbda0a4dac0db1bd7978896b0cd6a1321dfb;p=apache Thanks for reminding me the comments had to go too, Bill. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87749 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 1214c9b857..28757e7832 100644 --- a/Makefile.win +++ b/Makefile.win @@ -62,12 +62,10 @@ clean: _build: echo Building Win32 $(LONG) targets ($(SHORT) suffixes) cd srclib\apr -# aprlibdll creates the dynamic libapr.dll from the static library project apr.dsp $(MAKE) $(MAKEOPT) -f apr.mak CFG="apr - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f libapr.mak CFG="libapr - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. cd srclib\apr-util -# libaprutil creates the dynamic libaprutil.dll from the static library project aprutil.dsp $(MAKE) $(MAKEOPT) -f aprutil.mak CFG="aprutil - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f libaprutil.mak CFG="libaprutil - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. @@ -83,8 +81,7 @@ _build: $(MAKE) $(MAKEOPT) -f gen_uri_delims.mak CFG="gen_uri_delims - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f gen_test_char.mak CFG="gen_test_char - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd .. - -del Core$(SHORT)\buildmark.obj -# libhttpd creates the dynamic libhttpd.dll from the static library project httpd + -del $(LONG)\buildmark.obj $(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