view src/msys32.bat @ 17074:a86c4ae3192a

Added tag v8.1.1536 for changeset 89753fdfab8533a7c1d2e43dc2dd770ab8d23ae9
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 13: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%