blob: b541719ac2236c8cea525d9d30ef1db384678002 [file] [log] [blame]
Bram Moolenaar73f44392017-10-07 18:38:43 +02001@echo off
2rem To be used on MS-Windows for Visual C++ 2015 (either Express or Community)
3rem See INSTALLpc.txt for information.
4rem
5rem Usage:
6rem For x86 builds run this without options:
7rem msvc2015
8rem For x64 builds run this with "x86_amd64" option:
9rem msvc2015 x86_amd64
Bram Moolenaara87f8fd2018-09-18 22:58:41 +020010rem This works on any editions including Express edition.
11rem If you use Community (or Professional) edition, you can also use "x64"
12rem option:
13rem msvc2015 x64
Bram Moolenaar73f44392017-10-07 18:38:43 +020014
15call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" %*