< prev index next >

make/autoconf/toolchain_windows.m4

Print this page
rev 59610 : imported patch cpp14_build

*** 23,81 **** # questions. # ################################################################################ # The order of these defines the priority by which we try to find them. ! VALID_VS_VERSIONS="2019 2017 2013 2015 2012 2010" ! ! VS_DESCRIPTION_2010="Microsoft Visual Studio 2010" ! VS_VERSION_INTERNAL_2010=100 ! VS_MSVCR_2010=msvcr100.dll ! # We don't use msvcp on Visual Studio 2010 ! #VS_MSVCP_2010=msvcp100.dll ! VS_ENVVAR_2010="VS100COMNTOOLS" ! VS_VS_INSTALLDIR_2010="Microsoft Visual Studio 10.0" ! VS_SDK_INSTALLDIR_2010="Microsoft SDKs/Windows/v7.1" ! VS_VS_PLATFORM_NAME_2010="v100" ! VS_SDK_PLATFORM_NAME_2010="Windows7.1SDK" ! VS_SUPPORTED_2010=false ! ! VS_DESCRIPTION_2012="Microsoft Visual Studio 2012" ! VS_VERSION_INTERNAL_2012=110 ! VS_MSVCR_2012=msvcr110.dll ! VS_MSVCP_2012=msvcp110.dll ! VS_ENVVAR_2012="VS110COMNTOOLS" ! VS_VS_INSTALLDIR_2012="Microsoft Visual Studio 11.0" ! VS_SDK_INSTALLDIR_2012= ! VS_VS_PLATFORM_NAME_2012="v110" ! VS_SDK_PLATFORM_NAME_2012= ! VS_SUPPORTED_2012=false ! ! VS_DESCRIPTION_2013="Microsoft Visual Studio 2013" ! VS_VERSION_INTERNAL_2013=120 ! VS_MSVCR_2013=msvcr120.dll ! VS_MSVCP_2013=msvcp120.dll ! VS_ENVVAR_2013="VS120COMNTOOLS" ! VS_VS_INSTALLDIR_2013="Microsoft Visual Studio 12.0" ! VS_SDK_INSTALLDIR_2013= ! VS_VS_PLATFORM_NAME_2013="v120" ! VS_SDK_PLATFORM_NAME_2013= ! VS_SUPPORTED_2013=false ! ! VS_DESCRIPTION_2015="Microsoft Visual Studio 2015" ! VS_VERSION_INTERNAL_2015=140 ! VS_MSVCR_2015=vcruntime140.dll ! VS_MSVCP_2015=msvcp140.dll ! VS_ENVVAR_2015="VS140COMNTOOLS" ! VS_VS_INSTALLDIR_2015="Microsoft Visual Studio 14.0" ! VS_SDK_INSTALLDIR_2015= ! VS_VS_PLATFORM_NAME_2015="v140" ! VS_SDK_PLATFORM_NAME_2015= ! # The vcvars of 2015 breaks if 2017 is also installed. Work around this by ! # explicitly specifying Windows Kit 8.1 to be used. ! VS_ENV_ARGS_2015="8.1" ! VS_SUPPORTED_2015=false VS_DESCRIPTION_2017="Microsoft Visual Studio 2017" VS_VERSION_INTERNAL_2017=141 VS_MSVCR_2017=vcruntime140.dll VS_MSVCP_2017=msvcp140.dll --- 23,33 ---- # questions. # ################################################################################ # The order of these defines the priority by which we try to find them. ! VALID_VS_VERSIONS="2019 2017" VS_DESCRIPTION_2017="Microsoft Visual Studio 2017" VS_VERSION_INTERNAL_2017=141 VS_MSVCR_2017=vcruntime140.dll VS_MSVCP_2017=msvcp140.dll
< prev index next >