view src/msvc2010.bat @ 14840:9c94cfe5dd31 v8.1.0432

patch 8.1.0432: compiler warning for signed/unsigned commit https://github.com/vim/vim/commit/45c5c86e636edef8ed08d47bf8724efc05108030 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 25 18:59:21 2018 +0200 patch 8.1.0432: compiler warning for signed/unsigned Problem: Compiler warning for signed/unsigned. Solution: Add type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Sep 2018 19:00:06 +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"