generate.bat: Only clean prerequisite files when in ALL mode
This commit is contained in:
parent
1e67bc5eaf
commit
3725748599
@ -96,7 +96,7 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#]
|
|||||||
if errorlevel 1 goto nogencurlbuild
|
if errorlevel 1 goto nogencurlbuild
|
||||||
call :gen_hugehelp
|
call :gen_hugehelp
|
||||||
if errorlevel 1 goto nogenhugehelp
|
if errorlevel 1 goto nogenhugehelp
|
||||||
) else (
|
) else if "%VERSION%" == "ALL" (
|
||||||
echo.
|
echo.
|
||||||
echo Removing prerequisite files
|
echo Removing prerequisite files
|
||||||
call :clean ..\include\curl\curlbuild.h
|
call :clean ..\include\curl\curlbuild.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user