view src/msys32.bat @ 25585:10edc624b171 v8.2.3329

patch 8.2.3329: v_lock not set when getting value of environment variable Commit: https://github.com/vim/vim/commit/16e63e6d353c8b7337470644ceac02dc5e569db9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 11 16:47:26 2021 +0200 patch 8.2.3329: v_lock not set when getting value of environment variable Problem: v_lock not set when getting value of environment variable. Solution: Set v_lock to zero.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Aug 2021 17:00:03 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%