view src/msvc2008.bat @ 28528:6b1da12297e5 v8.2.4788

patch 8.2.4788: large payload for LSP message not tested Commit: https://github.com/vim/vim/commit/bac9a9e5c233dcf9cf734c61e4e4311fe57eccd1 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Apr 19 10:25:13 2022 +0100 patch 8.2.4788: large payload for LSP message not tested Problem: Large payload for LSP message not tested. Solution: Add a test with a large LSP payload. (Yegappan Lakshmanan, closes #10223)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Apr 2022 11:30:05 +0200
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"