view src/msvc2008.bat @ 21311:e16619de8771 v8.2.1206

patch 8.2.1206: Vim9: crash in expr test when run in the GUI Commit: https://github.com/vim/vim/commit/1bce831e13c42daa3563c7f90432d9bd9b959b81 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 13 23:22:54 2020 +0200 patch 8.2.1206: Vim9: crash in expr test when run in the GUI Problem: Vim9: crash in expr test when run in the GUI. Solution: Temporarily comment out two test lines.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jul 2020 23:30:03 +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"