view src/msys32.bat @ 17608:efad8e4860d8 v8.1.1801

patch 8.1.1801: cannot build without the +eval feature commit https://github.com/vim/vim/commit/505e43a20eb25674b18d73971fe3b51dad917f9a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 3 18:28:17 2019 +0200 patch 8.1.1801: cannot build without the +eval feature Problem: Cannot build without the +eval feature. Solution: Always define funcexe_T.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 18:30:08 +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%