view src/msvc2008.bat @ 27041:fc19375787dd v8.2.4049

patch 8.2.4049: Vim9: reading before the start of the line with "$" Commit: https://github.com/vim/vim/commit/5f25c3855071bd7e26255c68bf458b1b5cf92f39 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 9 13:36:28 2022 +0000 patch 8.2.4049: Vim9: reading before the start of the line with "$" Problem: Vim9: reading before the start of the line with "$" by itself. Solution: Do not subtract one when reporting the error.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jan 2022 14:45:03 +0100
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2008 Express Edition
rem   aka Microsoft Visual Studio 9.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS90COMNTOOLS%vsvars32.bat"