view src/msys32.bat @ 18609:efad02c0e3e1 v8.1.2298

patch 8.1.2298: missing part of 8.1.2296 Commit: https://github.com/vim/vim/commit/0743ef9f8a5b09787e2e0719d96e28e953a79189 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 13 16:37:31 2019 +0100 patch 8.1.2298: missing part of 8.1.2296 Problem: Missing part of 8.1.2296. Solution: s/test/text/
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Nov 2019 16:45:04 +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%