view src/msvc2010.bat @ 8804:75446578a52f v7.4.1690

commit https://github.com/vim/vim/commit/42356150badca33b4e42dc8172abbceff2e86cbe Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 31 22:27:40 2016 +0200 patch 7.4.1690 Problem: Can't compile with the conceal feature but without multi-byte. Solution: Adjust #ifdef. (Owen Leibman)
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Mar 2016 22:30:06 +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"