From 0399e038f1482d4cd839be7619127e5879bf8d64 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Mon, 9 Dec 2013 11:58:27 +0100 Subject: [PATCH] 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 http://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) --- project/libcec/libcec.vcxproj | 8 ++++---- project/testclient/testclient.vcxproj | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 -- 2.34.1