view src/msys32.bat @ 24104:c4e9c88bf4be v8.2.2593

patch 8.2.2593: list of distributed files is incomplete Commit: https://github.com/vim/vim/commit/0de8e2d6a3fae61c4d9dfdd6f16fc5040d994f6c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 13 13:30:03 2021 +0100 patch 8.2.2593: list of distributed files is incomplete Problem: List of distributed files is incomplete. Solution: Add a file and rename another.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 13:45:03 +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%