view src/msys64.bat @ 27889:ec6756baed23 v8.2.4470

patch 8.2.4470: Coverity warns for uninitialized variable Commit: https://github.com/vim/vim/commit/ae49aa8434f325f476245ccf5ef119f49c609877 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 25 21:05:36 2022 +0000 patch 8.2.4470: Coverity warns for uninitialized variable Problem: Coverity warns for uninitialized variable. Solution: Set can_spell to zero.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Feb 2022 22:15:03 +0100
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%