view src/msvcsetup.bat @ 19886:4d033d36ba23 v8.2.0499

patch 8.2.0499: calling a lambda is slower than evaluating a string Commit: https://github.com/vim/vim/commit/f10806b25090879fdc1a86cc0da2f4f34fd21921 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 2 18:34:35 2020 +0200 patch 8.2.0499: calling a lambda is slower than evaluating a string Problem: Calling a lambda is slower than evaluating a string. Solution: Make calling a lambda faster. (Ken Takata, closes https://github.com/vim/vim/issues/5727)
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Apr 2020 18:45:04 +0200
parents 0f9f4761ad9c
children
line wrap: on
line source

rem To be used on MS-Windows when using the Visual C++ Toolkit 2003
rem See INSTALLpc.txt for information.

set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH%
call "%VCToolkitInstallDir%vcvars32.bat"
set MSVCVer=7.1

rem The platform SDK can be installed elsewhere, adjust the path.
call "%ProgramFiles%\Microsoft Platform SDK\SetEnv.Cmd"
rem call "e:\Microsoft Platform SDK\SetEnv.Cmd"

set LIB=%ProgramFiles%\Microsoft Visual Studio .NET 2003\Vc7\lib;%LIB%