Define DEBUG_ALL for WinCairo debug builds so that the correct
labeled DLLs ("*_debug.dll") are linked for testing runs.
* win/tools/vsprops/debug_wincairo.vsprops:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@82722
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-04-01 Brent Fulgham <bfulgham@webkit.org>
+
+ [WinCairo] Unreviewed build fix.
+
+ Define DEBUG_ALL for WinCairo debug builds so that the correct
+ labeled DLLs ("*_debug.dll") are linked for testing runs.
+
+ * win/tools/vsprops/debug_wincairo.vsprops:
+
2011-04-01 Timothy Hatcher <timothy@apple.com>
Make momentum scroll event latching work in WebKit2 on Mac.
<Tool
Name="VCCLCompilerTool"
Optimization="0"
+ AdditionalIncludeDirectories=""$(WebKitLibrariesDir)\include\cairo""
+ PreprocessorDefinitions="DEBUG_ALL"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
- AdditionalIncludeDirectories=""$(WebKitLibrariesDir)\include\cairo""
/>
<Tool
Name="VCLinkerTool"