view src/msys64.bat @ 30073:c9fe7d5e0f61 v9.0.0374

patch 9.0.0374: Coverity still complains about dropping sign of character Commit: https://github.com/vim/vim/commit/3c7707680fea0881fe96c75f962af01edf810d5d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 4 11:55:19 2022 +0100 patch 9.0.0374: Coverity still complains about dropping sign of character Problem: Coverity still complains about dropping sign of character. Solution: Add intermediate variable.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Sep 2022 13:00:03 +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%