view src/msys32.bat @ 25388:83e906028a9d v8.2.3231

patch 8.2.3231: build failure with small features Commit: https://github.com/vim/vim/commit/9088784972c0ed72997de8752964d6b587218778 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 27 22:35:42 2021 +0200 patch 8.2.3231: build failure with small features Problem: Build failure with small features. Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Jul 2021 22:45:03 +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%