view src/msys64.bat @ 17793:7f95fa061abc v8.1.1893

patch 8.1.1893: script to summarize test results can be improved commit https://github.com/vim/vim/commit/f1e0544d413b8b2ea129db0655b4e123d54177a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 20 21:25:46 2019 +0200 patch 8.1.1893: script to summarize test results can be improved Problem: Script to summarize test results can be improved. Solution: Use "silent" for substitute to avoid reporting number of matches. Remove duplicate "set nocp". (Daniel Hahler, closes #4845)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Aug 2019 21:30:03 +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%