view src/msys32.bat @ 29132:8957a70ce228 v8.2.5086

patch 8.2.5086: CI runs on Windows 2019 Commit: https://github.com/vim/vim/commit/361f9d2da4eee27797deaa3283c5054106324b09 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue Jun 14 11:35:21 2022 +0100 patch 8.2.5086: CI runs on Windows 2019 Problem: CI runs on Windows 2019. Solution: Switch to Windows 2022.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 12:45:03 +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%