view src/msys64.bat @ 28267:39a833e69bf3 v8.2.4659

patch 8.2.4659: invalid memory access when using printable function name Commit: https://github.com/vim/vim/commit/96e08e028cbcda23dccf83de6b71b3c6bf1f9d4a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 31 21:40:33 2022 +0100 patch 8.2.4659: invalid memory access when using printable function name Problem: Invalid memory access when using printable function name. Solution: Adjust copied name length.
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Mar 2022 22:45:03 +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%