view src/msys64.bat @ 20271:5aacedd332a8 v8.2.0691

patch 8.2.0691: startup test fails Commit: https://github.com/vim/vim/commit/7779ee30d912e9dd5bd2371f8b27057bd249d53c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 3 17:55:32 2020 +0200 patch 8.2.0691: startup test fails Problem: Startup test fails. Solution: Adjust expected output from -V2 argument.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 May 2020 18: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%