view src/msys32.bat @ 26290:f8357556b2f3 v8.2.3676

patch 8.2.3676: unused runtime file Commit: https://github.com/vim/vim/commit/309ce251897512d42da2b0df0ff100dc303e688a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 25 15:11:03 2021 +0000 patch 8.2.3676: unused runtime file Problem: Unused runtime file. Solution: Remove rgb.txt.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Nov 2021 16:15:02 +0100
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%