From: Lars Op den Kamp Date: Mon, 9 Dec 2013 10:58:27 +0000 (+0100) Subject: build libCEC and cec-client against toolset v100 (VS2010). lots of 3rd party libs... X-Git-Tag: upstream/2.2.0~1^2~3^2~30 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=0399e038f1482d4cd839be7619127e5879bf8d64 build libCEC and cec-client against toolset v100 (VS2010). lots of 3rd party libs/programs and their installers only install the previous C++ redist, which will make libCEC fail to load when not manually installing the redist. we can include the correct redist in libCEC's installer, but that will still lead to problems when users just install XBMC from xbmc.org/ which doesn't include the v110 version of the redist. users will get a crash with the CEC adapter connected, not telling them how to fix the issue (thanks MS) --- diff --git a/project/libcec/libcec.vcxproj b/project/libcec/libcec.vcxproj index 58f80e5..dc8daf8 100644 --- a/project/libcec/libcec.vcxproj +++ b/project/libcec/libcec.vcxproj @@ -120,25 +120,25 @@ DynamicLibrary true MultiByte - v110 + v100 DynamicLibrary true MultiByte - v110 + v100 DynamicLibrary false MultiByte - v110 + v100 DynamicLibrary false MultiByte - v110 + v100 diff --git a/project/testclient/testclient.vcxproj b/project/testclient/testclient.vcxproj index 9e910ac..07b5487 100644 --- a/project/testclient/testclient.vcxproj +++ b/project/testclient/testclient.vcxproj @@ -28,25 +28,25 @@ Application true MultiByte - v110 + v100 Application true MultiByte - v110 + v100 Application false MultiByte - v110 + v100 Application false MultiByte - v110 + v100