From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- src/msvc2017.bat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/msvc2017.bat (limited to 'src/msvc2017.bat') diff --git a/src/msvc2017.bat b/src/msvc2017.bat new file mode 100644 index 0000000..c7731c9 --- /dev/null +++ b/src/msvc2017.bat @@ -0,0 +1,13 @@ +@echo off +rem To be used on MS-Windows for Visual C++ 2017. +rem See INSTALLpc.txt for information. +rem +rem Usage: +rem For x86 builds run this with "x86" option: +rem msvc2017 x86 +rem For x64 builds run this with "x86_amd64" option: +rem msvc2017 x86_amd64 + +set "VSVEROPT=-version [15.0^,16.0^)" +call "%~dp0msvc-latest.bat" %* +set VSVEROPT= -- cgit v1.2.3