view src/msvc2008.bat @ 19089:9185ddf4cded v8.2.0105

patch 8.2.0105: Vim license not easy to find on github Commit: https://github.com/vim/vim/commit/c838626fea42ed5924ee6084d87d1b37b2d7b0ff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 8 21:43:02 2020 +0100 patch 8.2.0105: Vim license not easy to find on github Problem: Vim license not easy to find on github. Solution: Add a separate LICENCE file. (closes https://github.com/vim/vim/issues/5458)
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jan 2020 21:45:04 +0100
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"