Mercurial > vim
view src/msys64.bat @ 28804:12bbd8a31cac v8.2.4926
patch 8.2.4926: #ifdef for crypt feature around too many lines
Commit: https://github.com/vim/vim/commit/51f0bc31d3cf512508419064faac0e5b7e52c98b
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon May 9 13:33:39 2022 +0100
patch 8.2.4926: #ifdef for crypt feature around too many lines
Problem: #ifdef for crypt feature around too many lines.
Solution: Move code outside of #ifdef. (closes https://github.com/vim/vim/issues/10388)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 09 May 2022 14:45: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%