view src/msvc2017.bat @ 30819:d50d32026617 v9.0.0744

patch 9.0.0744: in script in autoload dir exported variable is not found Commit: https://github.com/vim/vim/commit/6c4d4a64449ea225b1a568f5517e309b2054b490 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 13 17:47:42 2022 +0100 patch 9.0.0744: in script in autoload dir exported variable is not found Problem: In script in autoload dir exported variable is not found. (Doug Kearns) Solution: Find the variable with the "script#" prefix. (closes #11361)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Oct 2022 19:00:06 +0200
parents 54dda39c5bb3
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2017.
rem See INSTALLpc.txt for information.
rem
rem Usage:
rem   For x86 builds run this with "x86" option:
rem     msvc2017 x86
rem   For x64 builds run this with "x86_amd64" option:
rem     msvc2017 x86_amd64

set "VSVEROPT=-version [15.0^,16.0^)"
call "%~dp0msvc-latest.bat" %*
set VSVEROPT=