view src/msys64.bat @ 17153:53ae08e30d1c v8.1.1576

patch 8.1.1576: compiler warning for unused argument commit https://github.com/vim/vim/commit/405bb4273499a1f59c004cae78bae200e93fa8a7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 21 00:12:29 2019 +0200 patch 8.1.1576: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add "UNUSED" annotation. (Dominique Pelle, closes https://github.com/vim/vim/issues/4570)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Jun 2019 00:15:05 +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%