view src/msys64.bat @ 27718:3c71a65a389a v8.2.4385

patch 8.2.4385: cannot build tiny version Commit: https://github.com/vim/vim/commit/b5d2039e000e0787a04208928ad49e105529e36b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 14 21:42:15 2022 +0000 patch 8.2.4385: cannot build tiny version Problem: Cannot build tiny version. Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Feb 2022 22:45:03 +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%