Commit 103f870f authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Arrgh... Release aprlib.mak/.dsp is broken. Now aprlib.mak is

deleting apr.h and apr_config.h so I don't have to in makefile.win


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84919 13f79535-47bb-0310-9956-ffa450edef68
parent 22c66cd4
Loading
Loading
Loading
Loading
+1 −4
Changes for Makefile.win: 1 added line, 4 removed lines.
Original line number Diff line number Diff line
@@ -115,10 +115,7 @@ _install:
_clean:
	cd lib\apr
	 nmake /nologo CFG="aprlib - Win32 $(LONG)" -f aprlib.mak clean
	cd include
         del apr.h
         del apr_config.h
	cd ..\..\..
	cd ..\..
	cd regex
	 nmake /nologo CFG="regex - Win32 $(LONG)" -f regex.mak clean
	cd ..