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