view src/msys32.bat @ 17622:ccbf8c2a47ee v8.1.1808

patch 8.1.1808: build failure for tiny version commit https://github.com/vim/vim/commit/e4ce825a55ad2445a212ce30837a3af566b7af6b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 15:30:16 2019 +0200 patch 8.1.1808: build failure for tiny version Problem: Build failure for tiny version. Solution: Define ex_eval to ex_ni. Clean up the ordering a bit.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 15: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%