view src/msvc2010.bat @ 21679:b5ce3d0e0f74 v8.2.1389

patch 8.2.1389: file missing from the distribution Commit: https://github.com/vim/vim/commit/74d95b5b58a36697975c48192e84be808b2512a8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 20:47:39 2020 +0200 patch 8.2.1389: file missing from the distribution Problem: File missing from the distribution. Solution: Add script_util.vim to the list of distributes files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 21:00:04 +0200
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"