We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffad30 commit d5902ddCopy full SHA for d5902dd
build_vc.bat
@@ -14,19 +14,7 @@ if exist "%ProgramFiles%\Microsoft Visual Studio\18\Professional\VC\Auxiliary\Bu
14
goto start
15
)
16
17
-rem VS 2022
18
-
19
-if exist "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" (
20
- call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64_arm64
21
- goto start
22
-)
23
24
-if exist "%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat" (
25
- call "%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat" amd64_arm64
26
27
28
29
-echo VS was not found...
+echo VS 2026 was not found...
30
31
goto end
32
0 commit comments