mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user