view src/msys64.bat @ 20844:1360541e8c74 v8.2.0974

patch 8.2.0974: Vim9: memory leak when script var has wrong type Commit: https://github.com/vim/vim/commit/f3decc5830ef8d8d94902b76114935283dd4142e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 13 19:56:38 2020 +0200 patch 8.2.0974: Vim9: memory leak when script var has wrong type Problem: Vim9: memory leak when script var has wrong type. Solution: Free the variable name.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Jun 2020 20:00:04 +0200
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%