view src/msys32.bat @ 31733:a759a9a70b09

Added tag v9.0.1198 for changeset ef7a9a7eb19797597f342ce178686a68676fc509
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Jan 2023 14:15:07 +0100
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%