view src/msys64.bat @ 23681:423af0f7beae v8.2.2382

patch 8.2.2382: build failure Commit: https://github.com/vim/vim/commit/b1f2857096aabe9a11e576005d08fc4e53781698 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 13:03:20 2021 +0100 patch 8.2.2382: build failure Problem: Build failure. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Jan 2021 13:15:04 +0100
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH%