view src/msvc2010.bat @ 19394:4d4c489e8be1 v8.2.0255

patch 8.2.0255: VMS: missing files in build Commit: https://github.com/vim/vim/commit/f2cecb6c10909184281e31a8f968200f3841562d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 13 21:59:25 2020 +0100 patch 8.2.0255: VMS: missing files in build Problem: VMS: missing files in build. Solution: Add the files. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Feb 2020 22:00:04 +0100
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2010 Express Edition
rem   aka Microsoft Visual Studio 10.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS100COMNTOOLS%vsvars32.bat"