view src/msys32.bat @ 24427:e255d418a91d

Added tag v8.2.2753 for changeset 78343859f42d5a6487f2fb5af11624ea110b74f2
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Apr 2021 22: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%