view src/msys32.bat @ 26360:a5dac0a9aa5f v8.2.3711

patch 8.2.3711: Vim9: memory leak when compiling :elseif fails Commit: https://github.com/vim/vim/commit/56a8ffdb6e903615ed824a503f5fa6382b5b3df5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 1 10:10:22 2021 +0000 patch 8.2.3711: Vim9: memory leak when compiling :elseif fails Problem: Vim9: memory leak when compiling :elseif fails. Solution: Cleanup ppconst.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Dec 2021 11:15:03 +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%