view src/msvc2008.bat @ 25308:a386f83499ed v8.2.3191

patch 8.2.3191: Vim9: not enough code is tested Commit: https://github.com/vim/vim/commit/63cb6567f0153c35dc75cbc09039ff5d0a7b60e3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 20 22:21:59 2021 +0200 patch 8.2.3191: Vim9: not enough code is tested Problem: Vim9: not enough code is tested. Solution: Use CheckLegacyAndVim9Success() in more places. Fix uncovered problems.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Jul 2021 22:30:05 +0200
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"