view src/msys64.bat @ 14941:da4980d6052b v8.1.0482

patch 8.1.0482: MinGW "make clean" deletes all .exe files commit https://github.com/vim/vim/commit/115510f0bd75d9c8641ce46f4435d7efd28ddc57 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 17 22:12:14 2018 +0200 patch 8.1.0482: MinGW "make clean" deletes all .exe files Problem: MinGW "make clean" deletes all .exe files. Solution: Only delete .exe files that it builds. (Ken takata)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Oct 2018 22:15:06 +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%