view src/msys64.bat @ 24876:c4ad84c7e15f v8.2.2976

patch 8.2.2976: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/8de901e1f1b051e02a61ae76ad7c925e4c0642e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 11 22:21:24 2021 +0200 patch 8.2.2976: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jun 2021 22:30:03 +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%