view src/msys64.bat @ 26484:d945799b4604 v8.2.3772

patch 8.2.3772: timer info test fails on slow machine Commit: https://github.com/vim/vim/commit/ff39a650b2bd31e30d1bb8766e8560f9a14a7137 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 10 10:57:08 2021 +0000 patch 8.2.3772: timer info test fails on slow machine Problem: Timer info test fails on slow machine. Solution: Use WaitForAssert().
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Dec 2021 12: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%