view src/msvc2010.bat @ 15784:703220741ed1 v8.1.0899

patch 8.1.0899: no need to check restricted mode for setwinvar() commit https://github.com/vim/vim/commit/e0fb7d1e38e1cf699412e212cda863420f5f8bd2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 12 20:48:10 2019 +0100 patch 8.1.0899: no need to check restricted mode for setwinvar() Problem: No need to check restricted mode for setwinvar(). Solution: Remove check_restricted().
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Feb 2019 21:00:15 +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"