view src/msvc2008.bat @ 26802:f6b10a501a0e v8.2.3929

patch 8.2.3929: using unititialized variable Commit: https://github.com/vim/vim/commit/10c75c4a09a604ea674a2700aacb55914750b86d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 28 20:53:30 2021 +0000 patch 8.2.3929: using unititialized variable Problem: Using unititialized variable. Solution: Set the option flags to zero for a terminal option.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Dec 2021 22:00:05 +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"