view src/msvc2010.bat @ 18223:8a86e518fa42 v8.1.2106

patch 8.1.2106: no tests for dragging the mouse beyond the window Commit: https://github.com/vim/vim/commit/b4367b7fb65f6a88f76ef99f79342341af0b1017 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 1 14:19:07 2019 +0200 patch 8.1.2106: no tests for dragging the mouse beyond the window Problem: No tests for dragging the mouse beyond the window. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/5004)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Oct 2019 14:30:03 +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"