Title: [173013] trunk/WebKitLibraries
- Revision
- 173013
- Author
- [email protected]
- Date
- 2014-08-27 12:37:16 -0700 (Wed, 27 Aug 2014)
Log Message
[WinCairo] Link error.
https://bugs.webkit.org/show_bug.cgi?id=136286
Patch by [email protected] <[email protected]> on 2014-08-27
Reviewed by Darin Adler.
Link with the dynamic runtime libraries, since the WinCairo libraries link with these.
* win/tools/vsprops/common.props:
Modified Paths
Diff
Modified: trunk/WebKitLibraries/ChangeLog (173012 => 173013)
--- trunk/WebKitLibraries/ChangeLog 2014-08-27 19:16:51 UTC (rev 173012)
+++ trunk/WebKitLibraries/ChangeLog 2014-08-27 19:37:16 UTC (rev 173013)
@@ -1,3 +1,14 @@
+2014-08-27 [email protected] <[email protected]>
+
+ [WinCairo] Link error.
+ https://bugs.webkit.org/show_bug.cgi?id=136286
+
+ Reviewed by Darin Adler.
+
+ Link with the dynamic runtime libraries, since the WinCairo libraries link with these.
+
+ * win/tools/vsprops/common.props:
+
2014-08-26 Brent Fulgham <[email protected]>
[Win] Version stamp should include package-level version
Modified: trunk/WebKitLibraries/win/tools/vsprops/common.props (173012 => 173013)
--- trunk/WebKitLibraries/win/tools/vsprops/common.props 2014-08-27 19:16:51 UTC (rev 173012)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.props 2014-08-27 19:37:16 UTC (rev 173013)
@@ -50,6 +50,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4018;4068;4099;4100;4127;4138;4146;4180;4189;4201;4244;4251;4267;4275;4288;4291;4305;4309;4344;4355;4389;4396;4481;4503;4505;4510;4512;4530;4610;4702;4706;4800;4819;4951;4952;4996;6011;6031;6211;6246;6255;6387;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary Condition="$(Configuration)=='Release_WinCairo' or $(Configuration)=='Debug_WinCairo'">MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>false</FunctionLevelLinking>
<FloatingPointExceptions>false</FloatingPointExceptions>
<OpenMPSupport>false</OpenMPSupport>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes