view src/msvc2010.bat @ 13342:ea008de206ea v8.0.1545

patch 8.0.1545: screen dumps not included in distribution commit https://github.com/vim/vim/commit/8226ac6b5916c736dde751df9cb8d03c19cb5611 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 14:54:53 2018 +0100 patch 8.0.1545: screen dumps not included in distribution Problem: Screen dumps not included in distribution. Solution: Add dumps to the list of distributed files.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 15:00:08 +0100
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"