Mercurial > vim
view src/msvc2008.bat @ 26713:3f8189feffb7 v8.2.3885
patch 8.2.3885: arglist test fails
Commit: https://github.com/vim/vim/commit/679140c56bbabf12a199d94f584b1b9dfc9809fd
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 24 18:58:46 2021 +0000
patch 8.2.3885: arglist test fails
Problem: Arglist test fails.
Solution: Adjust for locking the arglist for ":all".
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 24 Dec 2021 20:00:03 +0100 |
parents | 71e066e10a47 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Visual C++ 2008 Express Edition rem aka Microsoft Visual Studio 9.0. rem See INSTALLpc.txt for information. @echo on call "%VS90COMNTOOLS%vsvars32.bat"