view src/msys32.bat @ 21818:bd8327a0f315

Added tag v8.2.1458 for changeset c2c2e57562ee2d3cdfcc05a21082b8dc2f2ef185
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Aug 2020 14:15:07 +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%