view src/msvc2008.bat @ 14232:4afe2386aae8 v8.1.0133

patch 8.1.0133: tagfiles() can have duplicate entries commit https://github.com/vim/vim/commit/46577b5e5445c4aaa1e7ae1764373d11dae71663 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 30 22:40:42 2018 +0200 patch 8.1.0133: tagfiles() can have duplicate entries Problem: tagfiles() can have duplicate entries. Solution: Simplify the filename to make checking for duplicates work better. Add a test. (Dominique Pelle, closes #2979)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jun 2018 22: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"