From 809ad6ea402a6a15af7da6d527360da10b9e66a8 Mon Sep 17 00:00:00 2001 From: "finnur@google.com" Date: Fri, 29 Aug 2008 18:37:13 +0000 Subject: A few changes to the channel changer: Replaced the incognito glasses with the new Chrome logo. Also changed the application icon to the Chrome app icon. Changed the project settings to statically link with the CRT to avoid side-by-side errors on Vista. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1537 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/channel_changer/channel_changer.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/channel_changer/channel_changer.vcproj') diff --git a/tools/channel_changer/channel_changer.vcproj b/tools/channel_changer/channel_changer.vcproj index 743dc5b..94aab3c 100644 --- a/tools/channel_changer/channel_changer.vcproj +++ b/tools/channel_changer/channel_changer.vcproj @@ -45,7 +45,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" @@ -120,7 +120,7 @@ Name="VCCLCompilerTool" AdditionalIncludeDirectories="../.." PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" - RuntimeLibrary="2" + RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" -- cgit v1.1