view src/msys32.bat @ 16867:0baa4c7e057f v8.1.1435

patch 8.1.1435: memory usage test is a bit too flaky commit https://github.com/vim/vim/commit/5d508dd39e810d446f29dfd4f4e745b802875001 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 31 20:23:25 2019 +0200 patch 8.1.1435: memory usage test is a bit too flaky Problem: Memory usage test is a bit too flaky. Solution: Adjust the tolerances a bit. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 May 2019 20:30:04 +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%