@@ -3884,7 +3884,7 @@ apt_help() {
38843884 pulse)
38853885 PKGHANDLER_COMMAND="sudo apt-get install libpulse-dev" ;;
38863886 x11)
3887- PKGHANDLER_COMMAND="sudo apt-get install libX11 -dev libxext-dev libxrender-dev libxtst-dev libxt-dev" ;;
3887+ PKGHANDLER_COMMAND="sudo apt-get install libx11 -dev libxext-dev libxrender-dev libxtst-dev libxt-dev" ;;
38883888 ccache)
38893889 PKGHANDLER_COMMAND="sudo apt-get install ccache" ;;
38903890 esac
@@ -4278,7 +4278,7 @@ TOOLCHAIN_DESCRIPTION_xlc="IBM XL C/C++"
42784278
42794279
42804280#
4281- # Copyright (c) 2011, 2018 , Oracle and/or its affiliates. All rights reserved.
4281+ # Copyright (c) 2011, 2019 , Oracle and/or its affiliates. All rights reserved.
42824282# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
42834283#
42844284# This code is free software; you can redistribute it and/or modify it
@@ -4304,7 +4304,7 @@ TOOLCHAIN_DESCRIPTION_xlc="IBM XL C/C++"
43044304
43054305################################################################################
43064306# The order of these defines the priority by which we try to find them.
4307- VALID_VS_VERSIONS="2010 2012 2013 2015 2017"
4307+ VALID_VS_VERSIONS="2010 2012 2013 2015 2017 2019 "
43084308
43094309VS_DESCRIPTION_2010="Microsoft Visual Studio 2010"
43104310VS_VERSION_INTERNAL_2010=100
@@ -4362,6 +4362,20 @@ VS_SDK_INSTALLDIR_2017=
43624362VS_VS_PLATFORM_NAME_2017="v141"
43634363VS_SDK_PLATFORM_NAME_2017=
43644364
4365+ VS_DESCRIPTION_2019="Microsoft Visual Studio 2019"
4366+ VS_VERSION_INTERNAL_2019=141
4367+ VS_MSVCR_2019=vcruntime140.dll
4368+ VS_MSVCP_2019=msvcp140.dll
4369+ VS_ENVVAR_2019="VS160COMNTOOLS"
4370+ VS_USE_UCRT_2019="true"
4371+ VS_VS_INSTALLDIR_2019="Microsoft Visual Studio/2019"
4372+ VS_EDITIONS_2019="BuildTools Community Professional Enterprise"
4373+ VS_SDK_INSTALLDIR_2019=
4374+ VS_VS_PLATFORM_NAME_2019="v142"
4375+ VS_SDK_PLATFORM_NAME_2019=
4376+ VS_SUPPORTED_2019=false
4377+ VS_TOOLSET_SUPPORTED_2019=false
4378+
43654379################################################################################
43664380
43674381
@@ -4403,7 +4417,7 @@ VS_SDK_PLATFORM_NAME_2017=
44034417#CUSTOM_AUTOCONF_INCLUDE
44044418
44054419# Do not change or remove the following line, it is needed for consistency checks:
4406- DATE_WHEN_GENERATED=1639134107
4420+ DATE_WHEN_GENERATED=1652838310
44074421
44084422###############################################################################
44094423#
@@ -25874,7 +25888,7 @@ $as_echo "$as_me: Valid Visual Studio versions: $VALID_VS_VERSIONS." >&6;}
2587425888 VS_BASE="$unix_path"
2587525889 fi
2587625890
25877- # In VS 2017, the default installation is in a subdir named after the edition.
25891+ # In VS 2017 and VS 2019 , the default installation is in a subdir named after the edition.
2587825892 # Find the first one present and use that.
2587925893 if test "x$VS_EDITIONS" != x; then
2588025894 for edition in $VS_EDITIONS; do
@@ -25931,7 +25945,7 @@ $as_echo "$as_me: Warning: None of $VCVARSFILES were found, Visual Studio instal
2593125945 VS_BASE="$unix_path"
2593225946 fi
2593325947
25934- # In VS 2017, the default installation is in a subdir named after the edition.
25948+ # In VS 2017 and VS 2019 , the default installation is in a subdir named after the edition.
2593525949 # Find the first one present and use that.
2593625950 if test "x$VS_EDITIONS" != x; then
2593725951 for edition in $VS_EDITIONS; do
@@ -26004,7 +26018,7 @@ $as_echo "$as_me: directory within the Visual Studio installation" >&6;}
2600426018 VS_BASE="$unix_path"
2600526019 fi
2600626020
26007- # In VS 2017, the default installation is in a subdir named after the edition.
26021+ # In VS 2017 and VS 2019 , the default installation is in a subdir named after the edition.
2600826022 # Find the first one present and use that.
2600926023 if test "x$VS_EDITIONS" != x; then
2601026024 for edition in $VS_EDITIONS; do
@@ -26063,7 +26077,7 @@ $as_echo "$as_me: Warning: None of $VCVARSFILES were found, Visual Studio instal
2606326077 VS_BASE="$unix_path"
2606426078 fi
2606526079
26066- # In VS 2017, the default installation is in a subdir named after the edition.
26080+ # In VS 2017 and VS 2019 , the default installation is in a subdir named after the edition.
2606726081 # Find the first one present and use that.
2606826082 if test "x$VS_EDITIONS" != x; then
2606926083 for edition in $VS_EDITIONS; do
@@ -26124,7 +26138,7 @@ $as_echo "$as_me: Warning: None of $VCVARSFILES were found, Visual Studio instal
2612426138 VS_BASE="$unix_path"
2612526139 fi
2612626140
26127- # In VS 2017, the default installation is in a subdir named after the edition.
26141+ # In VS 2017 and VS 2019 , the default installation is in a subdir named after the edition.
2612826142 # Find the first one present and use that.
2612926143 if test "x$VS_EDITIONS" != x; then
2613026144 for edition in $VS_EDITIONS; do
@@ -26182,7 +26196,7 @@ $as_echo "$as_me: Warning: None of $VCVARSFILES were found, Visual Studio instal
2618226196 VS_BASE="$unix_path"
2618326197 fi
2618426198
26185- # In VS 2017, the default installation is in a subdir named after the edition.
26199+ # In VS 2017 and VS 2019 , the default installation is in a subdir named after the edition.
2618626200 # Find the first one present and use that.
2618726201 if test "x$VS_EDITIONS" != x; then
2618826202 for edition in $VS_EDITIONS; do
@@ -26239,7 +26253,7 @@ $as_echo "$as_me: Warning: None of $VCVARSFILES were found, Visual Studio instal
2623926253 VS_BASE="$unix_path"
2624026254 fi
2624126255
26242- # In VS 2017, the default installation is in a subdir named after the edition.
26256+ # In VS 2017 and VS 2019 , the default installation is in a subdir named after the edition.
2624326257 # Find the first one present and use that.
2624426258 if test "x$VS_EDITIONS" != x; then
2624526259 for edition in $VS_EDITIONS; do
@@ -50104,7 +50118,7 @@ $as_echo "$as_me: The path of CYGWIN_VC_INSTALL_DIR, which resolves as \"$path\"
5010450118 POSSIBLE_MSVC_DLL="$CYGWIN_VC_INSTALL_DIR/redist/x86/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME"
5010550119 fi
5010650120 else
50107- # Probe: Using well-known location from VS 2017
50121+ # Probe: Using well-known location from VS 2017 and VS 2019
5010850122 if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then
5010950123 POSSIBLE_MSVC_DLL="`ls $CYGWIN_VC_INSTALL_DIR/Redist/MSVC/*/x64/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME`"
5011050124 else
@@ -51507,7 +51521,7 @@ $as_echo "$as_me: The path of CYGWIN_VC_INSTALL_DIR, which resolves as \"$path\"
5150751521 POSSIBLE_MSVC_DLL="$CYGWIN_VC_INSTALL_DIR/redist/x86/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME"
5150851522 fi
5150951523 else
51510- # Probe: Using well-known location from VS 2017
51524+ # Probe: Using well-known location from VS 2017 and VS 2019
5151151525 if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then
5151251526 POSSIBLE_MSVC_DLL="`ls $CYGWIN_VC_INSTALL_DIR/Redist/MSVC/*/x64/Microsoft.VC${VS_VERSION_INTERNAL}.CRT/$DLL_NAME`"
5151351527 else
0 commit comments