view src/msys64.bat @ 27684:1761cc771623 v8.2.4368

patch 8.2.4368: Amiga: a few compiler warnings Commit: https://github.com/vim/vim/commit/e131496ebf714f5f12f9903d9aa910bcd8184460 Author: ola.soder@axis.com <ola.soder@axis.com> Date: Sun Feb 13 12:13:38 2022 +0000 patch 8.2.4368: Amiga: a few compiler warnings Problem: Amiga: a few compiler warnings. Solution: Adjust #ifdefs. Add "UNUSED". (Ola S?der, closes https://github.com/vim/vim/issues/9756, closes #9757)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Feb 2022 13:15:03 +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%