view src/msys32.bat @ 29138:175eacde28b8 v8.2.5089

patch 8.2.5089: some functions return a different value on failure Commit: https://github.com/vim/vim/commit/ca195cc84fb3f5e497cdbc5f1f53dc1d7efedf48 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Jun 14 13:42:26 2022 +0100 patch 8.2.5089: some functions return a different value on failure Problem: Some functions return a different value on failure. Solution: Initialize the return value earlier. (Yegappan Lakshmanan, closes #10568)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 14:45:07 +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%