view src/msys64.bat @ 14732:2b3ea3d42344 v8.1.0378

patch 8.1.0378: CI build failure commit https://github.com/vim/vim/commit/0d5f21c3dfaceed08b4cdb33a73eb16f680ff49b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 13 15:58:58 2018 +0200 patch 8.1.0378: CI build failure Problem: CI build failure. Solution: Include vim.h as ../vim.h. Fix compiler warning.
author Christian Brabandt <cb@256bit.org>
date Thu, 13 Sep 2018 16:00:07 +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%