view src/msys32.bat @ 14274:6e90639a4455 v8.1.0153

patch 8.1.0153: build with SHADOWDIR fails commit https://github.com/vim/vim/commit/e85ce6ea2e09fe4d61c94e34e9e437c3c1f20b6e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 5 17:11:24 2018 +0200 patch 8.1.0153: build with SHADOWDIR fails Problem: Build with SHADOWDIR fails. (Elimar Riesebieter) Solution: Create a link for Make_all.mak. (Tony Mechelynck)
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Jul 2018 17:15:06 +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%