view src/msys32.bat @ 22194:e611f22bfa8f v8.2.1646

patch 8.2.1646: Amiga: Unnecessary #include Commit: https://github.com/vim/vim/commit/33e3346322e40b2877f63f2f37398832c7017e2f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 9 19:25:09 2020 +0200 patch 8.2.1646: Amiga: Unnecessary #include Problem: Amiga: Unnecessary #include. Solution: Remove the #include. (Ola S?der, closes https://github.com/vim/vim/issues/6908)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Sep 2020 19:30:04 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%