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