From: ap Date: Thu, 1 Nov 2007 09:21:30 +0000 (+0000) Subject: Rubber-stamped by Adam Roben. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=8c207446f517e5609b626d2896e7d278ae1c15f7 Rubber-stamped by Adam Roben. Rolled out r27326 - debug CRT seems to cause no problems after all. * DumpRenderTree/win/DumpRenderTree.vcproj: * WebKit.vcproj/WebKit.vcproj: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27345 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog index 4b7ddde64497..99126b8d0f03 100644 --- a/WebKit/win/ChangeLog +++ b/WebKit/win/ChangeLog @@ -1,3 +1,11 @@ +2007-11-01 Alexey Proskuryakov + + Rubber-stamped by Adam Roben. + + Rolled out r27326 - debug CRT seems to cause no problems after all. + + * WebKit.vcproj/WebKit.vcproj: + 2007-10-31 Adam Roben Switch the Debug configuration to using the non-debug CRT diff --git a/WebKit/win/WebKit.vcproj/WebKit.vcproj b/WebKit/win/WebKit.vcproj/WebKit.vcproj index b86165842b8f..3d104c0cba6e 100644 --- a/WebKit/win/WebKit.vcproj/WebKit.vcproj +++ b/WebKit/win/WebKit.vcproj/WebKit.vcproj @@ -47,7 +47,7 @@ MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" - RuntimeLibrary="2" + RuntimeLibrary="3" RuntimeTypeInfo="false" UsePrecompiledHeader="0" WarningLevel="4" diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index fd818b3fdbe8..578e5b59f376 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,11 @@ +2007-11-01 Alexey Proskuryakov + + Rubber-stamped by Adam Roben. + + Rolled out r27326 - debug CRT seems to cause no problems after all. + + * DumpRenderTree/win/DumpRenderTree.vcproj: + 2007-10-31 Adam Roben Switch the Debug configuration to using the non-debug CRT diff --git a/WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj b/WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj index 3829714a3aa3..83ded6faa465 100644 --- a/WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj +++ b/WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj @@ -45,7 +45,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="2" + RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="1" Detect64BitPortabilityProblems="true"