view src/msys64.bat @ 26282:71bdede8afd8 v8.2.3672

patch 8.2.3672: build failure with unsigned char Commit: https://github.com/vim/vim/commit/71b36206be14c3b6334765d44a38d413eca751c7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 25 13:26:19 2021 +0000 patch 8.2.3672: build failure with unsigned char Problem: Build failure with unsigned char. Solution: Use int instead of char.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Nov 2021 14:30: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%