view src/msys32.bat @ 14333:65ded7626193 v8.1.0182

patch 8.1.0182: Unicode standard was updated commit https://github.com/vim/vim/commit/4fc85003c5f53d6ceb3dbea4b8fae5681615a20c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 14 19:30:36 2018 +0200 patch 8.1.0182: Unicode standard was updated Problem: Unicode standard was updated. Solution: Include the changes. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Jul 2018 19:45: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%