view src/msvc2008.bat @ 8206:78f2e8c07973 v7.4.1396

commit https://github.com/vim/vim/commit/1daae446e58fd90f98c51ff3af8f54bfa5197751 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 22 23:25:25 2016 +0100 patch 7.4.1396 Problem: Compiler warnings for conversions. Solution: Add type cast.
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Feb 2016 23:30:07 +0100
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2008 Express Edition
rem   aka Microsoft Visual Studio 9.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS90COMNTOOLS%vsvars32.bat"