view src/msys64.bat @ 28271:c84f4e34ba16 v8.2.4661

patch 8.2.4661: Coverity warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/ffe6e646dc6aede3bce062e40256ce0edc64bc08 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 1 13:23:47 2022 +0100 patch 8.2.4661: Coverity warning for using uninitialized variable Problem: Coverity warning for using uninitialized variable. Solution: Initialize variable to NULL.
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Apr 2022 14:30: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%