view src/msys32.bat @ 17008:837684d76c74 v8.1.1504

patch 8.1.1504: sound test still fails on Travis commit https://github.com/vim/vim/commit/ef23c527bd0abe4770dce14559aac3e5f79a8e17 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 14:15:29 2019 +0200 patch 8.1.1504: sound test still fails on Travis Problem: Sound test still fails on Travis. Solution: Add more lines to the install section.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 14:30:06 +0200
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%