Mercurial > vim
view src/msvc2017.bat @ 34008:9fc35ba5feb7
runtime(doc): add some error codes to `:help vim9class` (#13747)
Commit: https://github.com/vim/vim/commit/1d4fcfe5515dbef15919dff6f2032a2ffaa9220f
Author: errael <errael@raelity.com>
Date: Thu Dec 21 08:34:15 2023 -0800
runtime(doc): add some error codes to `:help vim9class` (https://github.com/vim/vim/issues/13747)
Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 21 Dec 2023 17:45:03 +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=