view src/msys64.bat @ 19979:a80007999d01 v8.2.0545

patch 8.2.0545: unused arguments ignored in non-standard way Commit: https://github.com/vim/vim/commit/d19a8f97ad58055a5e99cca8498d01e450ae37b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 11 21:42:48 2020 +0200 patch 8.2.0545: unused arguments ignored in non-standard way Problem: Unused arguments ignored in non-standard way. Solution: Add UNUSED instead of (void).
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Apr 2020 21:45:04 +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%