view src/msvc2015.bat @ 32150:3923c5051b87 v9.0.1406

patch 9.0.1406: ILE RPG files are not recognized Commit: https://github.com/vim/vim/commit/e202ec8a0c89e8ef47a3d38e668b7326fa68510a Author: Andreas Louv <andreas@louv.dk> Date: Thu Mar 16 12:26:51 2023 +0000 patch 9.0.1406: ILE RPG files are not recognized Problem: ILE RPG files are not recognized. Solution: Add patterns for ILE RPG files. (Andreas Louv, issue https://github.com/vim/vim/issues/12152)
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Mar 2023 13:30:04 +0100
parents fe97616d43d2
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2015 (either Express or Community)
rem See INSTALLpc.txt for information.
rem
rem Usage:
rem   For x86 builds run this without options:
rem     msvc2015
rem   For x64 builds run this with "x86_amd64" option:
rem     msvc2015 x86_amd64
rem   This works on any editions including Express edition.
rem   If you use Community (or Professional) edition, you can also use "x64"
rem   option:
rem     msvc2015 x64

call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" %*