view src/msys32.bat @ 25401:64c069059e9b

Added tag v8.2.3237 for changeset 5c7192180b89b75b90208b275c265eb3967481b5
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Jul 2021 19:45:05 +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%