view src/msys32.bat @ 16056:d35be08b5b96 v8.1.1033

patch 8.1.1033: memory usage test may still fail on some systems commit https://github.com/vim/vim/commit/ba64ba093520e85d6bed2595960edb693bdb4c51 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 22 11:33:09 2019 +0100 patch 8.1.1033: memory usage test may still fail on some systems Problem: Memory usage test may still fail on some systems. (Elimar Riesebieter) Solution: Increase tolerance from 1% to 3%.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Mar 2019 11:45:05 +0100
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%