view src/msvc2010.bat @ 21148:667192c5938b v8.2.1125

patch 8.2.1125: Vim9: double quote can be a string or a comment Commit: https://github.com/vim/vim/commit/962d7213194647e90f9bdc608f693d39dd07cbd5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 4 14:15:00 2020 +0200 patch 8.2.1125: Vim9: double quote can be a string or a comment Problem: Vim9: double quote can be a string or a comment. Solution: Only support comments starting with # to avoid confusion.
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Jul 2020 14:30:04 +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"