view src/msys64.bat @ 21315:8de90d2965a3 v8.2.1208

patch 8.2.1208: build failure Commit: https://github.com/vim/vim/commit/49fe0d6b289ee640cf5c49b1704bbbd641a0237d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 15:47:23 2020 +0200 patch 8.2.1208: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 16:00:06 +0200
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%