1
0
Fork 0
vim/src/msys32.bat
Daniel Baumann 0985b09abd
Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:09:31 +02:00

6 lines
207 B
Batchfile
Executable file

@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%