view src/msys64.bat @ 28680:c1f7ee1c35bd v8.2.4864

patch 8.2.4864: Vim9: script test fails Commit: https://github.com/vim/vim/commit/0395f88b84b8917aeff1f7026cf968de0f55ba22 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 4 17:29:15 2022 +0100 patch 8.2.4864: Vim9: script test fails Problem: Vim9: script test fails. Solution: Remove "if" around declaration.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 May 2022 18:30: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%