view src/msvc2010.bat @ 27811:27956f5e263c v8.2.4431

patch 8.2.4431: unnecessary condition when assigning to a variable Commit: https://github.com/vim/vim/commit/993faa34059c7fa304e2d4357c57463765cba6d3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 21 15:59:11 2022 +0000 patch 8.2.4431: unnecessary condition when assigning to a variable Problem: Unnecessary condition when assigning to a variable. Solution: Remove the condition.
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Feb 2022 17:00: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"