view src/msys32.bat @ 17640:c12c811695f7 v8.1.1817

patch 8.1.1817: github contribution text is incomplete commit https://github.com/vim/vim/commit/6f33b893c6c5f4881ca60e12cb81a3ec31eae7ab Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 23:22:08 2019 +0200 patch 8.1.1817: github contribution text is incomplete Problem: Github contribution text is incomplete. Solution: Update the text.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 23:30:05 +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%