view src/msys64.bat @ 24373:da8b8a320bb3 v8.2.2727

patch 8.2.2727: function test fails Commit: https://github.com/vim/vim/commit/e9b8b78e046b40b877c999432c4698edb3413d5d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 6 20:18:29 2021 +0200 patch 8.2.2727: function test fails Problem: Function test fails. Solution: Adjust expected error number.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Apr 2021 20:30: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%