view src/msys32.bat @ 28146:483a8d6cf8b0 v8.2.4597

patch 8.2.4597: LuaV_debug() not covered by tests Commit: https://github.com/vim/vim/commit/b6643d10d39c493951a6bbf3264003d35adeb811 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Mar 20 11:46:01 2022 +0000 patch 8.2.4597: LuaV_debug() not covered by tests Problem: LuaV_debug() not covered by tests. Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/9980)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Mar 2022 13:00:02 +0100
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%