view src/msys64.bat @ 32212:75c420223d7f v9.0.1437

patch 9.0.1437: test fails with different error number Commit: https://github.com/vim/vim/commit/3cdd799951b4d08f987a8346a8de544e41fab3d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 1 22:24:18 2023 +0100 patch 9.0.1437: test fails with different error number Problem: Test fails with different error number. Solution: Adjust the expected error.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Apr 2023 23: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%