Skip to content

Commit

Permalink
buildconf.bat: Generate and clean files in the same order
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-caveman2k committed Aug 9, 2015
1 parent 4c47cbf commit 55a255e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildconf.bat
Expand Up @@ -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
Expand Down

0 comments on commit 55a255e

Please sign in to comment.