view src/msvc2010.bat @ 19956:ea0ff06dccba v8.2.0534

patch 8.2.0534: client-server test fails under valgrind Commit: https://github.com/vim/vim/commit/25d57009520f0e590920b9f953b1cbbb358e72a2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 8 22:56:34 2020 +0200 patch 8.2.0534: client-server test fails under valgrind Problem: Client-server test fails under valgrind. Solution: Use WaitForAssert().
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Apr 2020 23:00:04 +0200
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2010 Express Edition
rem   aka Microsoft Visual Studio 10.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS100COMNTOOLS%vsvars32.bat"