view src/msys32.bat @ 21389:6f5129b51c49 v8.2.1245

patch 8.2.1245: build failure in tiny version Commit: https://github.com/vim/vim/commit/f398238a37522fed9a2e7915741d1ab14ccc81a0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 19 16:32:09 2020 +0200 patch 8.2.1245: build failure in tiny version Problem: Build failure in tiny version. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jul 2020 16:45:04 +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%