view src/msys64.bat @ 25531:8a8847008e27 v8.2.3302

patch 8.2.3302: Coverity is not run from github Commit: https://github.com/vim/vim/commit/d57a6bd98c9a57b766eadcc3f10e9c4169c788aa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 7 12:32:20 2021 +0200 patch 8.2.3302: Coverity is not run from github Problem: Coverity is not run from github. Solution: Add a coverity script. (James McCoy, closes https://github.com/vim/vim/issues/8714)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 12:45:04 +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%