view src/msys64.bat @ 16421:405c5cbf8051 v8.1.1215

patch 8.1.1215: "make clean" does not remove generated src/po files commit https://github.com/vim/vim/commit/49543fbcedb19a1db0d2144737efc0266057ff1d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 18:32:31 2019 +0200 patch 8.1.1215: "make clean" does not remove generated src/po files Problem: "make clean" does not remove generated src/po files. Solution: Remove the files for "make clean". (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 18:45:04 +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%