view src/msvc2010.bat @ 26244:288bcbaa48ca v8.2.3653

patch 8.2.3653: terminal ANSI colors may be wrong Commit: https://github.com/vim/vim/commit/b771b6b5fe2ec36d23c21ab8229b15c80780468c Author: Milly <milly.ca@gmail.com> Date: Tue Nov 23 12:07:25 2021 +0000 patch 8.2.3653: terminal ANSI colors may be wrong Problem: Terminal ANSI colors may be wrong. Solution: Initialize the color type. (closes https://github.com/vim/vim/issues/9198, closes https://github.com/vim/vim/issues/9197)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Nov 2021 13:15:03 +0100
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"