]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
windows: drop two missed `buildconf.bat` references
authorViktor Szakats <commit@vsz.me>
Sun, 26 Jan 2025 14:04:51 +0000 (15:04 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 26 Jan 2025 14:04:54 +0000 (15:04 +0100)
Follow-up to 0035ff45c59437db1a8ffe960b40905c8582b149 #16081

projects/generate.bat
winbuild/README.md

index d217848acf3f4804acbf50695a9ed87eb94a574e..de9b230c1d94069644d7dd871156dbc6f91d3271 100644 (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
index 14c308164579b43b21e1d451d779f477145a73ef..8c8d8f6106c070ba594298777e332d0556d88433 100644 (file)
@@ -35,12 +35,6 @@ SPDX-License-Identifier: curl
  It is also possible to create the `deps` directory in some other random places\r
  and tell the `Makefile` its location using the `WITH_DEVEL` option.\r
 \r
-## Building straight from git\r
-\r
- When you check out code git and build it, as opposed from a released source\r
- code archive, you need to first run the `buildconf.bat` batch file (present\r
- in the source code root directory) to set things up.\r
-\r
 ## Open a command prompt\r
 \r
 Open a Visual Studio Command prompt:\r