view src/msvc2022.bat @ 34579:4ad44ed6719d

runtime(doc): clarify close behaviour for :term Commit: https://github.com/vim/vim/commit/0e17f7e97290f81ff55743ab5cdc69ef118be080 Author: Christian Brabandt <cb@256bit.org> Date: Sun Mar 17 20:14:25 2024 +0100 runtime(doc): clarify close behaviour for :term closes: https://github.com/vim/vim/issues/14207 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Mar 2024 20:30:03 +0100
parents 54dda39c5bb3
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2022.
rem See INSTALLpc.txt for information.
rem
rem Usage:
rem   For x86 builds run this with "x86" option:
rem     msvc2022 x86
rem   For x64 builds run this with "x64" option:
rem     msvc2022 x64

set "VSVEROPT=-version [17.0^,18.0^)"
call "%~dp0msvc-latest.bat" %*
set VSVEROPT=