view src/msys32.bat @ 30346:3e591e2485d3

Added tag v9.0.0508 for changeset a193ffbaeb21eb97d3b1d8c6a96579812b95d6dd
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 12:15:06 +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%