view src/msvc2010.bat @ 5278:d96f16667cc4 v7.4b.015

updated for version 7.4b.015 Problem: Can't compile without the 'acd' feature. Solution: Add #ifdefs. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Mon, 05 Aug 2013 22:02:20 +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"