view src/msys32.bat @ 28819:caaa99d1250a v8.2.4933

patch 8.2.4933: a few more capitalization mistakes in error messages Commit: https://github.com/vim/vim/commit/df6e0e46c55c9c6d788f94482a8858c0f31391f4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 10 17:51:55 2022 +0100 patch 8.2.4933: a few more capitalization mistakes in error messages Problem: A few more capitalization mistakes in error messages. Solution: Adjust capitalization. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 May 2022 19:00: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%