view src/msys32.bat @ 14401:6b3ad2849e24 v8.1.0215

patch 8.1.0215: no error if configure --with-x cannot configure X commit https://github.com/vim/vim/commit/d2a054910bf8f0888fac81e46a64a22dd4a763b5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 27 22:35:15 2018 +0200 patch 8.1.0215: no error if configure --with-x cannot configure X Problem: No error if configure --with-x cannot configure X. Solution: Check that when --with-x is used X can be configured.
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Jul 2018 22:45:05 +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%