Commit 01b24246 authored by Mladen Turk's avatar Mladen Turk
Browse files

dftables now uses output file as command line param.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106900 13f79535-47bb-0310-9956-ffa450edef68
parent cc33cc9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ SOURCE=.\dftables.exe
InputPath=.\dftables.exe

".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	.\dftables.exe >.\chartables.c 
	.\dftables.exe chartables.c 
	
# End Custom Build

@@ -103,7 +103,7 @@ InputPath=.\dftables.exe
InputPath=.\dftables.exe

".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	.\dftables.exe >.\chartables.c 
	.\dftables.exe chartables.c 
	
# End Custom Build