view src/msvc2015.bat @ 31400:7d22228e4979 v9.0.1033

patch 9.0.1033: tiny build fails because of conflicting typedef Commit: https://github.com/vim/vim/commit/83c43ab319f4c4a9d03c65648b4f0df4298a7f93 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 8 16:10:01 2022 +0000 patch 9.0.1033: tiny build fails because of conflicting typedef Problem: Tiny build fails because of conflicting typedef. Solution: Remove one typedef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Dec 2022 17:15:03 +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" %*