view src/msys64.bat @ 14907:497009f367ea v8.1.0465

patch 8.1.0465: client-server test fails commit https://github.com/vim/vim/commit/95ba5c364f097121b95879896b05ec737ecafd1c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 22:47:07 2018 +0200 patch 8.1.0465: client-server test fails Problem: Client-server test fails. Solution: Change logic in EnumWindows().
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 23:00:05 +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%