view src/msys32.bat @ 28039:0362ab7c1a02 v8.2.4544

patch 8.2.4544: Coverity warnings for not using returned value Commit: https://github.com/vim/vim/commit/dbf8094b17781ab1db191cf690e59c79f508a50f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 11 14:54:03 2022 +0000 patch 8.2.4544: Coverity warnings for not using returned value Problem: Coverity warnings for not using returned value. Solution: Assign to vim_ignored.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Mar 2022 16:00:03 +0100
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%