view src/msys32.bat @ 15371:cda564e7c111 v8.1.0693

patch 8.1.0693: channel test fails sometimes commit https://github.com/vim/vim/commit/f780b8a1c1aefb0c4b4866e50080594e3f7f16cb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 5 00:35:22 2019 +0100 patch 8.1.0693: channel test fails sometimes Problem: Channel test fails sometimes. Solution: Avoid race condition.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Jan 2019 00:45:05 +0100
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%