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