view src/msys32.bat @ 33038:3b797830f9fd

Added tag v9.0.1809 for changeset e937929e4bff5e65166e58aacb86c79a34696751
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 22:00: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%