view src/msys64.bat @ 21257:34a0f73226d9 v8.2.1179

patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI Commit: https://github.com/vim/vim/commit/f65927fc8d0102ef2d0fea776381caedf4c51e32 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 11 14:04:28 2020 +0200 patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI Problem: Test_termwinscroll() sometimes hangs in the GUI. Solution: Skip the test in the GUI.
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Jul 2020 14:15:04 +0200
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%