view src/msvc2010.bat @ 12738:bd24b59084a1 v8.0.1247

patch 8.0.1247: not easy to find Debian build info commit https://github.com/vim/vim/commit/86b21bb3e7bc687fc74e127d78a89b411929716b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 18:10:00 2017 +0100 patch 8.0.1247: not easy to find Debian build info Problem: Not easy to find Debian build info. Solution: Add a badge in the README file. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 18:15:04 +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"