view src/msys64.bat @ 35989:b4836a0e77e1 v9.1.0680

patch 9.1.0680: VMS does not have defined uintptr_t Commit: https://github.com/vim/vim/commit/10231ac63895a0f6e284713e45cb08ed7f9945aa Author: Zoltan Arpadffy <zoltan.arpadffy@gmail.com> Date: Sun Aug 18 16:59:20 2024 +0200 patch 9.1.0680: VMS does not have defined uintptr_t Problem: VMS does not have defined uintptr_t Solution: Add type definitions (Zoltan Arpadffy) closes: #15520 Signed-off-by: Zoltan Arpadffy <zoltan.arpadffy@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 18 Aug 2024 17:15:03 +0200
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%