view src/msys32.bat @ 18021:e273e489acdf v8.1.2006

patch 8.1.2006: build failure with huge features but without channel feature Commit: https://github.com/vim/vim/commit/6cdce2a00369202b4d956884068f6631ee99aca4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 23:25:09 2019 +0200 patch 8.1.2006: build failure with huge features but without channel feature Problem: Build failure with huge features but without channel feature. Solution: Add #ifdef. (Dominique Pelle, closes https://github.com/vim/vim/issues/4906)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 23:30: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%