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