blob: 6c9b81dd9fea6754eb3a4397609475c9b7652c32 [file] [log] [blame]
Bram Moolenaar304925e2018-06-30 16:27:02 +02001@echo off
2rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
3rem Adjust the "c:\msys64" part to match your installation.
4@echo on
5
6set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%