view src/msys64.bat @ 26478:dd09291cf1ac v8.2.3769

patch 8.2.3769: zig files are not recognized Commit: https://github.com/vim/vim/commit/4c8c634365bc6d4d462635aed5e0f7ad2262d590 Author: Gregory Anders <greg@gpanders.com> Date: Thu Dec 9 20:54:21 2021 +0000 patch 8.2.3769: zig files are not recognized Problem: Zig files are not recognized. Solution: Add *.zig. (Gregory Anders, closes https://github.com/vim/vim/issues/9313)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Dec 2021 22:00:04 +0100
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH%