view src/msys64.bat @ 18224:96632a3c3d90

Added tag v8.1.2106 for changeset 8a86e518fa421f49b15d16d4a98a76f44425a68b
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Oct 2019 14:30:04 +0200
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%