windows: drop two missed buildconf.bat references
Follow-up to 0035ff45c5 #16081
This commit is contained in:
parent
0035ff45c5
commit
af892b5400
@ -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
|
||||
|
||||
@ -35,12 +35,6 @@ SPDX-License-Identifier: curl
|
||||
It is also possible to create the `deps` directory in some other random places
|
||||
and tell the `Makefile` its location using the `WITH_DEVEL` option.
|
||||
|
||||
## Building straight from git
|
||||
|
||||
When you check out code git and build it, as opposed from a released source
|
||||
code archive, you need to first run the `buildconf.bat` batch file (present
|
||||
in the source code root directory) to set things up.
|
||||
|
||||
## Open a command prompt
|
||||
|
||||
Open a Visual Studio Command prompt:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user