view src/msvc2010.bat @ 26016:ebe2b9017481 v8.2.3542

patch 8.2.3542: too many comments are old style Commit: https://github.com/vim/vim/commit/c5935a859ee31d56a565878d7a231fc59b7ddc01 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 19 20:48:52 2021 +0100 patch 8.2.3542: too many comments are old style Problem: Too many comments are old style. Solution: Change comments to // style. (closes https://github.com/vim/vim/issues/9021)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Oct 2021 22: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"