view src/msvc2008.bat @ 23289:ac701146c708 v8.2.2190

patch 8.2.2190: Vim9: crash when compiled with EXITFREE Commit: https://github.com/vim/vim/commit/077a42318c20ec9e71250edd8c4346edef72281b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 22 18:33:27 2020 +0100 patch 8.2.2190: Vim9: crash when compiled with EXITFREE Problem: Vim9: crash when compiled with EXITFREE. Solution: Check that df_ufunc is not NULL.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Dec 2020 18: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"