view src/msys32.bat @ 16013:93b08b92a049 v8.1.1012

patch 8.1.1012: memory leak with E461 commit https://github.com/vim/vim/commit/ab89d7ab89a1dd7e40cc28df96c71c11b5ab9089 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 17 14:43:31 2019 +0100 patch 8.1.1012: memory leak with E461 Problem: Memory leak with E461. Solution: Clear the typeval. (Dominique Pelle, closes https://github.com/vim/vim/issues/4111)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Mar 2019 14:45:06 +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%