view src/msys32.bat @ 19059:9b7d0af6e33a v8.2.0090

patch 8.2.0090: generated files show up in git status Commit: https://github.com/vim/vim/commit/b376ace1aeaa7614debc725487d75c8f756dd773 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 5 22:10:31 2020 +0100 patch 8.2.0090: generated files show up in git status Problem: Generated files show up in git status. Solution: Ignore a few more files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jan 2020 22:15:35 +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%