view src/msvc2008.bat @ 12182:7e6185446ea6 v8.0.0971

patch 8.0.0971: 'winptydll' missing from :options commit https://github.com/vim/vim/commit/0aed9a2e2eb93c43b21a5f781bf07c8a53dbd830 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 23:18:02 2017 +0200 patch 8.0.0971: 'winptydll' missing from :options Problem: 'winptydll' missing from :options. Solution: Add the entry.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 23: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"