changeset 10912:d644ac8583fd

8261766: [8u] hotspot needs to recognise cl.exe 19.16 to build with VS2017 Reviewed-by: andrew
author dcherepanov
date Wed, 17 Feb 2021 12:44:59 +0300
parents 670f30def056
children 16bc2fd11c4c
files make/windows/makefiles/compile.make
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/windows/makefiles/compile.make	Tue Feb 02 17:44:14 2021 +0300
+++ b/make/windows/makefiles/compile.make	Wed Feb 17 12:44:59 2021 +0300
@@ -159,6 +159,15 @@
 !if "$(MSC_VER)" == "1913"
 COMPILER_NAME=VS2017
 !endif
+!if "$(MSC_VER)" == "1914"
+COMPILER_NAME=VS2017
+!endif
+!if "$(MSC_VER)" == "1915"
+COMPILER_NAME=VS2017
+!endif
+!if "$(MSC_VER)" == "1916"
+COMPILER_NAME=VS2017
+!endif
 !endif
 
 # By default, we do not want to use the debug version of the msvcrt.dll file