view src/msys64.bat @ 31190:02b719cd27c6 v9.0.0929

patch 9.0.0929: build failure with tiny version Commit: https://github.com/vim/vim/commit/0b6d6a186e961faa5b9058406234ffd93a7e6688 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 23 14:33:01 2022 +0000 patch 9.0.0929: build failure with tiny version Problem: Build failure with tiny version. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Nov 2022 15:45:04 +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%