view src/msys64.bat @ 28094:945bcf779047

Added tag v8.2.4571 for changeset 3fd6b3ebe0b765ba9f38c018f0fdd59b4557fd3e
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 13:15:05 +0100
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH%