blob: b707410070a207a21932245c4ce434771d2ce2d4 [file] [log] [blame]
K.Takatac3430cb2022-09-21 11:56:41 +01001@echo off
2rem To be used on MS-Windows for Visual C++ 2022.
3rem See INSTALLpc.txt for information.
4rem
5rem Usage:
6rem For x86 builds run this with "x86" option:
7rem msvc2022 x86
8rem For x64 builds run this with "x64" option:
9rem msvc2022 x64
10
11set "VSVEROPT=-version [17.0^,18.0^)"
12call "%~dp0msvc-latest.bat" %*
13set VSVEROPT=