mirror of
https://github.com/curl/curl.git
synced 2026-08-04 04:29:59 +03:00
windows: drop two missed buildconf.bat references
Follow-up to 0035ff45c5 #16081
This commit is contained in:
parent
0035ff45c5
commit
af892b5400
2 changed files with 0 additions and 15 deletions
|
|
@ -71,15 +71,6 @@ rem ***************************************************************************
|
|||
shift & goto parseArgs
|
||||
|
||||
:start
|
||||
if exist ..\buildconf.bat (
|
||||
if "%MODE%" == "GENERATE" (
|
||||
call ..\buildconf
|
||||
) else if "%VERSION%" == "PRE" (
|
||||
call ..\buildconf -clean
|
||||
) else if "%VERSION%" == "ALL" (
|
||||
call ..\buildconf -clean
|
||||
)
|
||||
)
|
||||
if "%VERSION%" == "PRE" goto success
|
||||
if "%VERSION%" == "VC10" goto vc10
|
||||
if "%VERSION%" == "VC11" goto vc11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue