view src/msys64.bat @ 15947:4aaf68cbed32 v8.1.0979

patch 8.1.0979: compiler warning for unused functions commit https://github.com/vim/vim/commit/1fa8fdd611b4b69d52baad68e9a7200e09258131 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 25 05:41:15 2019 +0100 patch 8.1.0979: compiler warning for unused functions Problem: Compiler warning for unused functions. (Yasuhiro Matsumoto) Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Feb 2019 05:45: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%