view src/msys64.bat @ 14836:516fc9fc4f1f v8.1.0430

patch 8.1.0430: Xargadd file left behind after running test commit https://github.com/vim/vim/commit/d339828b4b0dde662dc9ce65baf1cc098aec402c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 24 21:32:11 2018 +0200 patch 8.1.0430: Xargadd file left behind after running test Problem: Xargadd file left behind after running test. Solution: Delete the file. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Mon, 24 Sep 2018 21:45:09 +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%