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