view src/msys32.bat @ 20447:4fdc8319ab24

Update feature_request.md Commit: https://github.com/vim/vim/commit/ed37d9b3241abe7c302c7ac606df80037aecdb46 Author: Bram Moolenaar <bram@moolenaar.net> Date: Sun May 17 15:17:26 2020 +0200 Update feature_request.md
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 15: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%