view src/msvc2017.bat @ 31027:723450cea4f9

Added tag v9.0.0848 for changeset 7c47ea0dc0800bf028c3903ab859493a5ec48e2b
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Nov 2022 17:30:04 +0100
parents 54dda39c5bb3
children
line wrap: on
line source

@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=