view src/msys32.bat @ 14943:d95d6580d84b v8.1.0483

patch 8.1.0483: MinGW does not build tee.exe commit https://github.com/vim/vim/commit/04c86d27fed5757ae40246d7bb3fdcd0c1959468 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 17 22:45:54 2018 +0200 patch 8.1.0483: MinGW does not build tee.exe Problem: MinGW does not build tee.exe. Solution: Add build instructions. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3548)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Oct 2018 23:00:07 +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%