view src/msvc2017.bat @ 31841:c114394d8e84 v9.0.1253

patch 9.0.1253: CI adds repository unnecessarily Commit: https://github.com/vim/vim/commit/192e24d974522852bdca67db6d76ead87f57e677 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat Jan 28 10:43:50 2023 +0000 patch 9.0.1253: CI adds repository unnecessarily Problem: CI adds repository unnecessarily. Solution: Remove the line from the workflow. (closes https://github.com/vim/vim/issues/11900)
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Jan 2023 11:45:06 +0100
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=