view src/msys32.bat @ 20758:47bfe07e06a3 v8.2.0931

patch 8.2.0931: some remarks about BeOS remain Commit: https://github.com/vim/vim/commit/6938e27abd80715cf7beb9d3d579a63201f417a1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 22:23:19 2020 +0200 patch 8.2.0931: some remarks about BeOS remain Problem: Some remarks about BeOS remain. Solution: Remove BeOS remarks from the help and other files. (Emir Sari, closes #6221)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 22:30:04 +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%