view src/msvc2008.bat @ 14790:3ca7aba1116e v8.1.0407

patch 8.1.0407: quickfix code mixes using the stack and a list pointer commit https://github.com/vim/vim/commit/fe15b7dfa628d4edd683dae9528194c0e5510128 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 18 22:50:06 2018 +0200 patch 8.1.0407: quickfix code mixes using the stack and a list pointer Problem: Quickfix code mixes using the stack and a list pointer. Solution: Use a list pointer in more places. (Yegappan Lakshmanan, closes #3443)
author Christian Brabandt <cb@256bit.org>
date Tue, 18 Sep 2018 23:00: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"