view src/msvc2010.bat @ 19878:dd3c80122a0e v8.2.0495

patch 8.2.0495: Vim9: some code not tested Commit: https://github.com/vim/vim/commit/80c34ca312506c2c65eef6b119e214f7e6f87eb9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 1 23:05:18 2020 +0200 patch 8.2.0495: Vim9: some code not tested Problem: Vim9: some code not tested. Solution: Add more tests. Support more const expressions.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Apr 2020 23:15:03 +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"