view src/msys64.bat @ 32192:e70c4cdad31d v9.0.1427

patch 9.0.1427: warning for uninitialized variable Commit: https://github.com/vim/vim/commit/1f76138ff1d08a8474cfcaf743448caf679416a3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 11:31:32 2023 +0000 patch 9.0.1427: warning for uninitialized variable Problem: Warning for uninitialized variable. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Mar 2023 12:45:05 +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%