view src/msys64.bat @ 17106:32af152d94b1

Added tag v8.1.1552 for changeset 811c5c2f5236ca90e16c16347beda656fe2c65a0
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Jun 2019 14:00:08 +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%