]> granicus.if.org Git - apache/commitdiff
Thanks for reminding me the comments had to go too, Bill.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Jan 2001 23:00:46 +0000 (23:00 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Jan 2001 23:00:46 +0000 (23:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87749 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 1214c9b8571902b8976de336aebfa27d3293edd8..28757e783202f7d9f4b457471aece6681cac33ab 100644 (file)
@@ -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