view src/msys32.bat @ 18993:dcbc559510f6 v8.2.0057

patch 8.2.0057: cannot build with small features Commit: https://github.com/vim/vim/commit/09d4640f6c4333da5167327629d355062f6629cd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 29 23:53:01 2019 +0100 patch 8.2.0057: cannot build with small features Problem: Cannot build with small features. Solution: Add #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Dec 2019 00:00:03 +0100
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%