view src/msvc2008.bat @ 14430:2fba714294b9 v8.1.0229

patch 8.1.0229: crash when dumping profiling data commit https://github.com/vim/vim/commit/79c2ad50b8069bbb3281bcabe412bd6641756724 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 29 17:40:43 2018 +0200 patch 8.1.0229: crash when dumping profiling data Problem: Crash when dumping profiling data. Solution: Reset flag indicating that initialization was done.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Jul 2018 17:45:06 +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"