< prev index next >

make/autoconf/toolchain_windows.m4

Print this page
rev 60009 : imported patch cpp14_build


   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 ################################################################################
  27 # The order of these defines the priority by which we try to find them.
  28 VALID_VS_VERSIONS="2019 2017 2013 2015 2012 2010"
  29 
  30 VS_DESCRIPTION_2010="Microsoft Visual Studio 2010"
  31 VS_VERSION_INTERNAL_2010=100
  32 VS_MSVCR_2010=msvcr100.dll
  33 # We don't use msvcp on Visual Studio 2010
  34 #VS_MSVCP_2010=msvcp100.dll
  35 VS_ENVVAR_2010="VS100COMNTOOLS"
  36 VS_VS_INSTALLDIR_2010="Microsoft Visual Studio 10.0"
  37 VS_SDK_INSTALLDIR_2010="Microsoft SDKs/Windows/v7.1"
  38 VS_VS_PLATFORM_NAME_2010="v100"
  39 VS_SDK_PLATFORM_NAME_2010="Windows7.1SDK"
  40 VS_SUPPORTED_2010=false
  41 
  42 VS_DESCRIPTION_2012="Microsoft Visual Studio 2012"
  43 VS_VERSION_INTERNAL_2012=110
  44 VS_MSVCR_2012=msvcr110.dll
  45 VS_MSVCP_2012=msvcp110.dll
  46 VS_ENVVAR_2012="VS110COMNTOOLS"
  47 VS_VS_INSTALLDIR_2012="Microsoft Visual Studio 11.0"
  48 VS_SDK_INSTALLDIR_2012=
  49 VS_VS_PLATFORM_NAME_2012="v110"
  50 VS_SDK_PLATFORM_NAME_2012=
  51 VS_SUPPORTED_2012=false
  52 
  53 VS_DESCRIPTION_2013="Microsoft Visual Studio 2013"
  54 VS_VERSION_INTERNAL_2013=120
  55 VS_MSVCR_2013=msvcr120.dll
  56 VS_MSVCP_2013=msvcp120.dll
  57 VS_ENVVAR_2013="VS120COMNTOOLS"
  58 VS_VS_INSTALLDIR_2013="Microsoft Visual Studio 12.0"
  59 VS_SDK_INSTALLDIR_2013=
  60 VS_VS_PLATFORM_NAME_2013="v120"
  61 VS_SDK_PLATFORM_NAME_2013=
  62 VS_SUPPORTED_2013=false
  63 
  64 VS_DESCRIPTION_2015="Microsoft Visual Studio 2015"
  65 VS_VERSION_INTERNAL_2015=140
  66 VS_MSVCR_2015=vcruntime140.dll
  67 VS_MSVCP_2015=msvcp140.dll
  68 VS_ENVVAR_2015="VS140COMNTOOLS"
  69 VS_VS_INSTALLDIR_2015="Microsoft Visual Studio 14.0"
  70 VS_SDK_INSTALLDIR_2015=
  71 VS_VS_PLATFORM_NAME_2015="v140"
  72 VS_SDK_PLATFORM_NAME_2015=
  73 # The vcvars of 2015 breaks if 2017 is also installed. Work around this by
  74 # explicitly specifying Windows Kit 8.1 to be used.
  75 VS_ENV_ARGS_2015="8.1"
  76 VS_SUPPORTED_2015=false
  77 
  78 VS_DESCRIPTION_2017="Microsoft Visual Studio 2017"
  79 VS_VERSION_INTERNAL_2017=141
  80 VS_MSVCR_2017=vcruntime140.dll
  81 VS_MSVCP_2017=msvcp140.dll
  82 VS_ENVVAR_2017="VS150COMNTOOLS"
  83 VS_USE_UCRT_2017="true"
  84 VS_VS_INSTALLDIR_2017="Microsoft Visual Studio/2017"
  85 VS_EDITIONS_2017="BuildTools Community Professional Enterprise"
  86 VS_SDK_INSTALLDIR_2017=
  87 VS_VS_PLATFORM_NAME_2017="v141"
  88 VS_SDK_PLATFORM_NAME_2017=
  89 VS_SUPPORTED_2017=true
  90 VS_TOOLSET_SUPPORTED_2017=true
  91 
  92 VS_DESCRIPTION_2019="Microsoft Visual Studio 2019"
  93 VS_VERSION_INTERNAL_2019=142
  94 VS_MSVCR_2019=vcruntime140.dll
  95 VS_VCRUNTIME_1_2019=vcruntime140_1.dll
  96 VS_MSVCP_2019=msvcp140.dll




   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 ################################################################################
  27 # The order of these defines the priority by which we try to find them.
  28 VALID_VS_VERSIONS="2019 2017"
















































  29 
  30 VS_DESCRIPTION_2017="Microsoft Visual Studio 2017"
  31 VS_VERSION_INTERNAL_2017=141
  32 VS_MSVCR_2017=vcruntime140.dll
  33 VS_MSVCP_2017=msvcp140.dll
  34 VS_ENVVAR_2017="VS150COMNTOOLS"
  35 VS_USE_UCRT_2017="true"
  36 VS_VS_INSTALLDIR_2017="Microsoft Visual Studio/2017"
  37 VS_EDITIONS_2017="BuildTools Community Professional Enterprise"
  38 VS_SDK_INSTALLDIR_2017=
  39 VS_VS_PLATFORM_NAME_2017="v141"
  40 VS_SDK_PLATFORM_NAME_2017=
  41 VS_SUPPORTED_2017=true
  42 VS_TOOLSET_SUPPORTED_2017=true
  43 
  44 VS_DESCRIPTION_2019="Microsoft Visual Studio 2019"
  45 VS_VERSION_INTERNAL_2019=142
  46 VS_MSVCR_2019=vcruntime140.dll
  47 VS_VCRUNTIME_1_2019=vcruntime140_1.dll
  48 VS_MSVCP_2019=msvcp140.dll


< prev index next >