Mercurial > vim
view src/msvc2022.bat @ 34173:6cf1bb481903
runtime(chuck): include ChucK syntax file (#13895)
Commit: https://github.com/vim/vim/commit/3b2c27415d7d6e97be9580b66528e8c19d19aade
Author: Andrea C from The App <3269984+gacallea@users.noreply.github.com>
Date: Mon Jan 22 20:10:42 2024 +0100
runtime(chuck): include ChucK syntax file (https://github.com/vim/vim/issues/13895)
Co-authored-by: gacallea <gacallea@users.noreply.github.com>
Signed-off-by: gacallea <gacallea@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 22 Jan 2024 20:15:11 +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=