Skip to content

Commit 613102b

Browse files
committed
add next vc15 toolset to the list
1 parent bc16dee commit 613102b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

win32/build/confutils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ VC_VERSIONS[1700] = 'MSVC11 (Visual C++ 2012)';
6868
VC_VERSIONS[1800] = 'MSVC12 (Visual C++ 2013)';
6969
VC_VERSIONS[1900] = 'MSVC14 (Visual C++ 2015)';
7070
VC_VERSIONS[1910] = 'MSVC15 (Visual C++ 2017)';
71+
VC_VERSIONS[1911] = 'MSVC15 (Visual C++ 2017)';
7172

7273
var VC_VERSIONS_SHORT = new Array();
7374
VC_VERSIONS_SHORT[1700] = 'VC11';
7475
VC_VERSIONS_SHORT[1800] = 'VC12';
7576
VC_VERSIONS_SHORT[1900] = 'VC14';
7677
VC_VERSIONS_SHORT[1910] = 'VC15';
78+
VC_VERSIONS_SHORT[1911] = 'VC15';
7779

7880
if (PROGRAM_FILES == null) {
7981
PROGRAM_FILES = "C:\\Program Files";

0 commit comments

Comments
 (0)