mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
add next vc15 toolset to the list
This commit is contained in:
parent
bc16deee83
commit
613102bd67
1 changed files with 2 additions and 0 deletions
|
@ -68,12 +68,14 @@ VC_VERSIONS[1700] = 'MSVC11 (Visual C++ 2012)';
|
|||
VC_VERSIONS[1800] = 'MSVC12 (Visual C++ 2013)';
|
||||
VC_VERSIONS[1900] = 'MSVC14 (Visual C++ 2015)';
|
||||
VC_VERSIONS[1910] = 'MSVC15 (Visual C++ 2017)';
|
||||
VC_VERSIONS[1911] = 'MSVC15 (Visual C++ 2017)';
|
||||
|
||||
var VC_VERSIONS_SHORT = new Array();
|
||||
VC_VERSIONS_SHORT[1700] = 'VC11';
|
||||
VC_VERSIONS_SHORT[1800] = 'VC12';
|
||||
VC_VERSIONS_SHORT[1900] = 'VC14';
|
||||
VC_VERSIONS_SHORT[1910] = 'VC15';
|
||||
VC_VERSIONS_SHORT[1911] = 'VC15';
|
||||
|
||||
if (PROGRAM_FILES == null) {
|
||||
PROGRAM_FILES = "C:\\Program Files";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue