windows: drop two missed buildconf.bat references

Follow-up to 0035ff45c5 #16081
This commit is contained in:
Viktor Szakats 2025-01-26 15:04:51 +01:00
parent 0035ff45c5
commit af892b5400
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 0 additions and 15 deletions

View File

@ -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

View File

@ -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: