view src/msys32.bat @ 28889:d401ff43cd5f v8.2.4967

patch 8.2.4967: MS-Windows GUI: mouse event test sometimes fails Commit: https://github.com/vim/vim/commit/3c25a8617aad9860a1b179d40a183c638b3b70cc Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 16 17:07:41 2022 +0100 patch 8.2.4967: MS-Windows GUI: mouse event test sometimes fails Problem: MS-Windows GUI: mouse event test sometimes fails. Solution: Ignore one move event only if there is an extra event.
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 May 2022 18:15:03 +0200
parents 78449866e9a9
children
line wrap: on
line source

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

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