diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 08:50:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 08:50:31 +0000 |
commit | aed8ce9da277f5ecffe968b324f242c41c3b752a (patch) | |
tree | d2e538394cb7a8a7c42a4aac6ccf1a8e3256999b /src/msvc2019.bat | |
parent | Initial commit. (diff) | |
download | vim-aed8ce9da277f5ecffe968b324f242c41c3b752a.tar.xz vim-aed8ce9da277f5ecffe968b324f242c41c3b752a.zip |
Adding upstream version 2:9.0.1378.upstream/2%9.0.1378upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/msvc2019.bat')
-rw-r--r-- | src/msvc2019.bat | 13 |
1 files changed, 13 insertions, 0 deletions
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= |