view src/msys32.bat @ 21711:d2dee69de7c7 v8.2.1405

patch 8.2.1405: Vim9: vim9compile.c is getting too big Commit: https://github.com/vim/vim/commit/a7cc9e697b9140da66a09f71cdf839d08e32f5fb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 9 15:25:14 2020 +0200 patch 8.2.1405: Vim9: vim9compile.c is getting too big Problem: Vim9: vim9compile.c is getting too big. Solution: Split off type code to vim9type.c.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 15:30:04 +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%