view src/msvc2010.bat @ 28819:caaa99d1250a v8.2.4933

patch 8.2.4933: a few more capitalization mistakes in error messages Commit: https://github.com/vim/vim/commit/df6e0e46c55c9c6d788f94482a8858c0f31391f4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 10 17:51:55 2022 +0100 patch 8.2.4933: a few more capitalization mistakes in error messages Problem: A few more capitalization mistakes in error messages. Solution: Adjust capitalization. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 May 2022 19:00:05 +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"