Commit 22c66cd4 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Windows: Cleanup auto-generated apr.h and apr_config.h


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