view src/msvc2010.bat @ 14666:70fc1a842e29 v8.1.0346

patch 8.1.0346: building with Aap is outdated and unused commit https://github.com/vim/vim/commit/acca8df9d475bbfbafc71691ebc3b857ecd2777e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 2 15:27:07 2018 +0200 patch 8.1.0346: building with Aap is outdated and unused Problem: Building with Aap is outdated and unused. Solution: Remove the Aap build files.
author Christian Brabandt <cb@256bit.org>
date Sun, 02 Sep 2018 15:30:09 +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"