view src/msvc2010.bat @ 29752:b01151812350 v9.0.0216

patch 9.0.0216: undo earlier test sometimes fails on MS-Windows Commit: https://github.com/vim/vim/commit/cce293f87beb57a75ff738fade7fafadbc4a78a9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 15 17:28:27 2022 +0100 patch 9.0.0216: undo earlier test sometimes fails on MS-Windows Problem: Undo earlier test sometimes fails on MS-Windows. Solution: Use another file name.
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Aug 2022 18:30: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"