From 55a255ee9c4d9345c06d72a9bb8078136f4f86d3 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 9 Aug 2015 11:04:04 +0100 Subject: buildconf.bat: Generate and clean files in the same order --- buildconf.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'buildconf.bat') diff --git a/buildconf.bat b/buildconf.bat index 9b99fdaec..c61816e91 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -72,18 +72,18 @@ rem echo. echo Generating prerequisite files - rem create tool_hugehelp.c - if exist src\tool_hugehelp.c.cvs ( - echo * %CD%\src\tool_hugehelp.c - copy /Y src\tool_hugehelp.c.cvs src\tool_hugehelp.c 1>NUL - ) - rem create Makefile if exist Makefile.dist ( echo * %CD%\Makefile copy /Y Makefile.dist Makefile 1>NUL ) + rem create tool_hugehelp.c + if exist src\tool_hugehelp.c.cvs ( + echo * %CD%\src\tool_hugehelp.c + copy /Y src\tool_hugehelp.c.cvs src\tool_hugehelp.c 1>NUL + ) + rem create curlbuild.h if exist include\curl\curlbuild.h.dist ( echo * %CD%\include\curl\curlbuild.h -- cgit v1.2.3