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