mirror of
https://github.com/curl/curl.git
synced 2026-06-19 13:55:38 +03:00
buildconf.bat: Generate and clean files in the same order
This commit is contained in:
parent
4c47cbf533
commit
55a255ee9c
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue