view src/msvc2017.bat @ 31237:5bdf73161e65 v9.0.0952

patch 9.0.0952: Eclipse preference files are not recognized Commit: https://github.com/vim/vim/commit/f3f198b6349fe252b72975701e2f17d932b19c70 Author: ObserverOfTime <chronobserver@disroot.org> Date: Sat Nov 26 13:03:20 2022 +0000 patch 9.0.0952: Eclipse preference files are not recognized Problem: Eclipse preference files are not recognized. Solution: Add a pattern to use "jproperties" for Eclipse preference files. (closes #11618)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Nov 2022 14:15:04 +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=