view src/msvc2010.bat @ 4193:e49b80f267dc v7.3.848

updated for version 7.3.848 Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10. Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 15:16:21 +0100
parents c6f8f1957c66
children 71e066e10a47
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"