view src/msvc2010.bat @ 26807:c1e083481f5d v8.2.3932

patch 8.2.3932: C line comment not formatted properly Commit: https://github.com/vim/vim/commit/264d3ddac0f9474816c20a0e92014d6f7f4b08ac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 29 14:09:32 2021 +0000 patch 8.2.3932: C line comment not formatted properly Problem: C line comment not formatted properly. Solution: If a line comment follows after "#if" the next line is not the end of a paragraph.
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Dec 2021 15: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"