make/autoconf/toolchain_windows.m4
changeset 50273 737a17045ffe
parent 50073 35b22ca681d1
child 50639 c12c79a49ca2
equal deleted inserted replaced
50272:dd2867f9e671 50273:737a17045ffe
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 ################################################################################
    26 ################################################################################
    27 # The order of these defines the priority by which we try to find them.
    27 # The order of these defines the priority by which we try to find them.
    28 VALID_VS_VERSIONS="2013 2012 2010 2015 2017"
    28 VALID_VS_VERSIONS="2017 2013 2015 2012 2010"
    29 
    29 
    30 VS_DESCRIPTION_2010="Microsoft Visual Studio 2010"
    30 VS_DESCRIPTION_2010="Microsoft Visual Studio 2010"
    31 VS_VERSION_INTERNAL_2010=100
    31 VS_VERSION_INTERNAL_2010=100
    32 VS_MSVCR_2010=msvcr100.dll
    32 VS_MSVCR_2010=msvcr100.dll
    33 # We don't use msvcp on Visual Studio 2010
    33 # We don't use msvcp on Visual Studio 2010
    56 VS_VS_INSTALLDIR_2013="Microsoft Visual Studio 12.0"
    56 VS_VS_INSTALLDIR_2013="Microsoft Visual Studio 12.0"
    57 VS_SDK_INSTALLDIR_2013=
    57 VS_SDK_INSTALLDIR_2013=
    58 VS_VS_PLATFORM_NAME_2013="v120"
    58 VS_VS_PLATFORM_NAME_2013="v120"
    59 VS_SDK_PLATFORM_NAME_2013=
    59 VS_SDK_PLATFORM_NAME_2013=
    60 
    60 
    61 VS_DESCRIPTION_2015="Microsoft Visual Studio 2015 - CURRENTLY NOT WORKING"
    61 VS_DESCRIPTION_2015="Microsoft Visual Studio 2015"
    62 VS_VERSION_INTERNAL_2015=140
    62 VS_VERSION_INTERNAL_2015=140
    63 VS_MSVCR_2015=vcruntime140.dll
    63 VS_MSVCR_2015=vcruntime140.dll
    64 VS_MSVCP_2015=msvcp140.dll
    64 VS_MSVCP_2015=msvcp140.dll
    65 VS_ENVVAR_2015="VS140COMNTOOLS"
    65 VS_ENVVAR_2015="VS140COMNTOOLS"
    66 VS_VS_INSTALLDIR_2015="Microsoft Visual Studio 14.0"
    66 VS_VS_INSTALLDIR_2015="Microsoft Visual Studio 14.0"
    69 VS_SDK_PLATFORM_NAME_2015=
    69 VS_SDK_PLATFORM_NAME_2015=
    70 # The vcvars of 2015 breaks if 2017 is also installed. Work around this by
    70 # The vcvars of 2015 breaks if 2017 is also installed. Work around this by
    71 # explicitly specifying Windows Kit 8.1 to be used.
    71 # explicitly specifying Windows Kit 8.1 to be used.
    72 VS_ENV_ARGS_2015="8.1"
    72 VS_ENV_ARGS_2015="8.1"
    73 
    73 
    74 VS_DESCRIPTION_2017="Microsoft Visual Studio 2017 - CURRENTLY NOT WORKING"
    74 VS_DESCRIPTION_2017="Microsoft Visual Studio 2017"
    75 VS_VERSION_INTERNAL_2017=141
    75 VS_VERSION_INTERNAL_2017=141
    76 VS_MSVCR_2017=vcruntime140.dll
    76 VS_MSVCR_2017=vcruntime140.dll
    77 VS_MSVCP_2017=msvcp140.dll
    77 VS_MSVCP_2017=msvcp140.dll
    78 VS_ENVVAR_2017="VS150COMNTOOLS"
    78 VS_ENVVAR_2017="VS150COMNTOOLS"
    79 VS_USE_UCRT_2017="true"
    79 VS_USE_UCRT_2017="true"