view src/msys32.bat @ 16588:c56fe1427025 v8.1.1297

patch 8.1.1297: invalid argument test fails without GTK commit https://github.com/vim/vim/commit/240f7abab01b5e3fd5336dd780e42501ec3f2fcb Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 8 17:58:15 2019 +0200 patch 8.1.1297: invalid argument test fails without GTK Problem: Invalid argument test fails without GTK. Solution: Test -display and --display separately.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 May 2019 18:00:07 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%