From 183e7b6176882fa9748d1a56fa802f86788f9c7c Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 17 Dec 2012 11:23:59 +0800 Subject: [PATCH] Visual C++ projects: Use MultiByte character set Use MultiByte character set for all projects and configs, to avoid any inconsistencies that may arise. --- build/win32/vs10/cally-atkcomponent-example.vcxproj | 4 ++-- build/win32/vs10/cally-atkeditabletext-example.vcxproj | 4 ++-- build/win32/vs10/cally-atkevents-example.vcxproj | 4 ++-- build/win32/vs10/cally-atktext-example.vcxproj | 4 ++-- build/win32/vs10/cally-clone-example.vcxproj | 4 ++-- build/win32/vs10/test-cogl-perf.vcxproj | 4 ++-- build/win32/vs10/test-conformance-clutter.vcxprojin | 4 ++-- build/win32/vs10/test-interactive-clutter.vcxprojin | 4 ++-- build/win32/vs10/test-picking-performance.vcxproj | 4 ++-- build/win32/vs10/test-picking.vcxproj | 4 ++-- build/win32/vs10/test-random-text.vcxproj | 4 ++-- build/win32/vs10/test-state-hidden-performance.vcxproj | 4 ++-- build/win32/vs10/test-state-interactive-performance.vcxproj | 4 ++-- build/win32/vs10/test-state-mini-performance.vcxproj | 4 ++-- build/win32/vs10/test-state-performance.vcxproj | 4 ++-- build/win32/vs10/test-state-pick-performance.vcxproj | 4 ++-- build/win32/vs10/test-text-perf-performance.vcxproj | 4 ++-- build/win32/vs10/test-text-perf.vcxproj | 4 ++-- build/win32/vs10/test-text.vcxproj | 4 ++-- build/win32/vs9/cally-atkcomponent-example.vcproj | 4 ++-- build/win32/vs9/cally-atkeditabletext-example.vcproj | 4 ++-- build/win32/vs9/cally-atkevents-example.vcproj | 4 ++-- build/win32/vs9/cally-atktext-example.vcproj | 4 ++-- build/win32/vs9/cally-clone-example.vcproj | 4 ++-- build/win32/vs9/test-cogl-perf.vcproj | 4 ++-- build/win32/vs9/test-conformance-clutter.vcprojin | 4 ++-- build/win32/vs9/test-interactive-clutter.vcprojin | 4 ++-- build/win32/vs9/test-picking-performance.vcproj | 4 ++-- build/win32/vs9/test-picking.vcproj | 4 ++-- build/win32/vs9/test-random-text.vcproj | 4 ++-- build/win32/vs9/test-state-hidden-performance.vcproj | 4 ++-- build/win32/vs9/test-state-interactive-performance.vcproj | 4 ++-- build/win32/vs9/test-state-mini-performance.vcproj | 4 ++-- build/win32/vs9/test-state-performance.vcproj | 4 ++-- build/win32/vs9/test-state-pick-performance.vcproj | 4 ++-- build/win32/vs9/test-text-perf-performance.vcproj | 4 ++-- build/win32/vs9/test-text-perf.vcproj | 4 ++-- build/win32/vs9/test-text.vcproj | 4 ++-- 38 files changed, 76 insertions(+), 76 deletions(-) diff --git a/build/win32/vs10/cally-atkcomponent-example.vcxproj b/build/win32/vs10/cally-atkcomponent-example.vcxproj index 6ac23bf0c..a07814de8 100644 --- a/build/win32/vs10/cally-atkcomponent-example.vcxproj +++ b/build/win32/vs10/cally-atkcomponent-example.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/cally-atkeditabletext-example.vcxproj b/build/win32/vs10/cally-atkeditabletext-example.vcxproj index 14bfbbda7..d3011b734 100644 --- a/build/win32/vs10/cally-atkeditabletext-example.vcxproj +++ b/build/win32/vs10/cally-atkeditabletext-example.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/cally-atkevents-example.vcxproj b/build/win32/vs10/cally-atkevents-example.vcxproj index dfbb812b4..0bc99dd38 100644 --- a/build/win32/vs10/cally-atkevents-example.vcxproj +++ b/build/win32/vs10/cally-atkevents-example.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/cally-atktext-example.vcxproj b/build/win32/vs10/cally-atktext-example.vcxproj index 00e1e83fa..372a6d96f 100644 --- a/build/win32/vs10/cally-atktext-example.vcxproj +++ b/build/win32/vs10/cally-atktext-example.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/cally-clone-example.vcxproj b/build/win32/vs10/cally-clone-example.vcxproj index f7277f069..e769dca64 100644 --- a/build/win32/vs10/cally-clone-example.vcxproj +++ b/build/win32/vs10/cally-clone-example.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-cogl-perf.vcxproj b/build/win32/vs10/test-cogl-perf.vcxproj index 4d4d8b121..17d55c491 100644 --- a/build/win32/vs10/test-cogl-perf.vcxproj +++ b/build/win32/vs10/test-cogl-perf.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-conformance-clutter.vcxprojin b/build/win32/vs10/test-conformance-clutter.vcxprojin index be4283915..be31e13ea 100644 --- a/build/win32/vs10/test-conformance-clutter.vcxprojin +++ b/build/win32/vs10/test-conformance-clutter.vcxprojin @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-interactive-clutter.vcxprojin b/build/win32/vs10/test-interactive-clutter.vcxprojin index 6a6fb9347..4a575455a 100644 --- a/build/win32/vs10/test-interactive-clutter.vcxprojin +++ b/build/win32/vs10/test-interactive-clutter.vcxprojin @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-picking-performance.vcxproj b/build/win32/vs10/test-picking-performance.vcxproj index d222d4f84..3ca2c1000 100644 --- a/build/win32/vs10/test-picking-performance.vcxproj +++ b/build/win32/vs10/test-picking-performance.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-picking.vcxproj b/build/win32/vs10/test-picking.vcxproj index af5c40741..940cbc287 100644 --- a/build/win32/vs10/test-picking.vcxproj +++ b/build/win32/vs10/test-picking.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-random-text.vcxproj b/build/win32/vs10/test-random-text.vcxproj index e5068c8ab..0386ab3dc 100644 --- a/build/win32/vs10/test-random-text.vcxproj +++ b/build/win32/vs10/test-random-text.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-state-hidden-performance.vcxproj b/build/win32/vs10/test-state-hidden-performance.vcxproj index f3c23b68b..15f68716d 100644 --- a/build/win32/vs10/test-state-hidden-performance.vcxproj +++ b/build/win32/vs10/test-state-hidden-performance.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-state-interactive-performance.vcxproj b/build/win32/vs10/test-state-interactive-performance.vcxproj index 4de71e3e6..a431a1f4a 100644 --- a/build/win32/vs10/test-state-interactive-performance.vcxproj +++ b/build/win32/vs10/test-state-interactive-performance.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-state-mini-performance.vcxproj b/build/win32/vs10/test-state-mini-performance.vcxproj index cb6f42192..ca45df1f3 100644 --- a/build/win32/vs10/test-state-mini-performance.vcxproj +++ b/build/win32/vs10/test-state-mini-performance.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-state-performance.vcxproj b/build/win32/vs10/test-state-performance.vcxproj index 1898140fa..de7e08912 100644 --- a/build/win32/vs10/test-state-performance.vcxproj +++ b/build/win32/vs10/test-state-performance.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-state-pick-performance.vcxproj b/build/win32/vs10/test-state-pick-performance.vcxproj index aaed61ac0..f375446f9 100644 --- a/build/win32/vs10/test-state-pick-performance.vcxproj +++ b/build/win32/vs10/test-state-pick-performance.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-text-perf-performance.vcxproj b/build/win32/vs10/test-text-perf-performance.vcxproj index b8d7a3c5e..f0ee2a89a 100644 --- a/build/win32/vs10/test-text-perf-performance.vcxproj +++ b/build/win32/vs10/test-text-perf-performance.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-text-perf.vcxproj b/build/win32/vs10/test-text-perf.vcxproj index 1752259d7..c82d9f796 100644 --- a/build/win32/vs10/test-text-perf.vcxproj +++ b/build/win32/vs10/test-text-perf.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs10/test-text.vcxproj b/build/win32/vs10/test-text.vcxproj index ef1e3f99c..4b975f596 100644 --- a/build/win32/vs10/test-text.vcxproj +++ b/build/win32/vs10/test-text.vcxproj @@ -26,12 +26,12 @@ Application - Unicode + MultiByte true Application - Unicode + MultiByte Application diff --git a/build/win32/vs9/cally-atkcomponent-example.vcproj b/build/win32/vs9/cally-atkcomponent-example.vcproj index 3242b7eab..6eccb4b08 100644 --- a/build/win32/vs9/cally-atkcomponent-example.vcproj +++ b/build/win32/vs9/cally-atkcomponent-example.vcproj @@ -23,7 +23,7 @@ Name="Debug|Win32" InheritedPropertySheets=".\clutter.vsprops" ConfigurationType="1" - CharacterSet="1" + CharacterSet="2" >