https://bugs.webkit.org/show_bug.cgi?id=28695.
Reviewed by Steve Falkenburg.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Modify
Cairo debug build to inherit from new debug_cairo property sheet.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCFLite.vsprops:
Modify to look for debug CFLite when in debug build.
WebKit/win: Revise CFLite Debug build to emit DLL's with _debug label.
https://bugs.webkit.org/show_bug.cgi?id=28695.
Reviewed by Steve Falkenburg.
* WebKit.vcproj/WebKit.vcproj: Modify Debug_Cairo target to
inherit from new debug_wincairo property sheet, instead of
the current debug sheet.
WebKitLibraries: Revise CFLite Debug build to emit DLL's with _debug label.
https://bugs.webkit.org/show_bug.cgi?id=28695.
Reviewed by Steve Falkenburg.
* win/tools/vsprops/debug_wincairo.vsprops: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@47750
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-08-24 Brent Fulgham <bfulgham@webkit.org>
+
+ Reviewed by Steve Falkenburg.
+
+ Revise CFLite Debug build to emit DLL's with _debug label.
+ https://bugs.webkit.org/show_bug.cgi?id=28695.
+
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Modify
+ Cairo debug build to inherit from new debug_cairo property sheet.
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCFLite.vsprops:
+ Modify to look for debug CFLite when in debug build.
+
2009-08-24 Geoffrey Garen <ggaren@apple.com>
Build fix: start out with a 32-bit value to avoid a shortening warning.
<Configuration\r
Name="Debug_CFLite|Win32"\r
ConfigurationType="2"\r
- InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;.\JavaScriptCoreCommon.vsprops;.\JavaScriptCoreCFLite.vsprops"\r
+ InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;.\JavaScriptCoreCommon.vsprops;.\JavaScriptCoreCFLite.vsprops"\r
CharacterSet="1"\r
>\r
<Tool\r
>\r
</File>\r
<File\r
- RelativePath="..\..\runtime\MarkStack.h"\r
+ RelativePath="..\..\runtime\MarkStack.cpp"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\runtime\MarkStack.cpp"\r
+ RelativePath="..\..\runtime\MarkStack.h"\r
>\r
</File>\r
<File\r
>\r
</File>\r
<File\r
- RelativePath="..\..\assembler\LinkBuffer.h"\r
- >\r
- </File>\r
- <File\r
- RelativePath="..\..\assembler\RepatchBuffer.h"\r
+ RelativePath="..\..\assembler\AssemblerBuffer.h"\r
>\r
</File>\r
<File\r
- RelativePath="..\..\assembler\AssemblerBuffer.h"\r
+ RelativePath="..\..\assembler\LinkBuffer.h"\r
>\r
</File>\r
<File\r
RelativePath="..\..\assembler\MacroAssemblerX86Common.h"\r
>\r
</File>\r
+ <File\r
+ RelativePath="..\..\assembler\RepatchBuffer.h"\r
+ >\r
+ </File>\r
<File\r
RelativePath="..\..\assembler\X86Assembler.h"\r
>\r
>\r
<Tool\r
Name="VCLinkerTool"\r
- AdditionalDependencies="CFLite$(LibraryConfigSuffix).lib"\r
+ AdditionalDependencies="CFLite$(WebKitConfigSuffix).lib"\r
/>\r
</VisualStudioPropertySheet>\r
+2009-08-24 Brent Fulgham <bfulgham@webkit.org>
+
+ Reviewed by Steve Falkenburg.
+
+ Revise CFLite Debug build to emit DLL's with _debug label.
+ https://bugs.webkit.org/show_bug.cgi?id=28695.
+
+ * WebKit.vcproj/WebKit.vcproj: Modify Debug_Cairo target to
+ inherit from new debug_wincairo property sheet, instead of
+ the current debug sheet.
+
2009-08-22 Adam Barth <abarth@webkit.org>
Revert 47684. We're going to do this later once clients have had a
OutputDirectory="$(WebKitOutputDir)\bin"\r
IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)"\r
ConfigurationType="2"\r
- InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\cURL.vsprops"\r
+ InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\cURL.vsprops"\r
CharacterSet="1"\r
>\r
<Tool\r
+2009-08-24 Brent Fulgham <bfulgham@webkit.org>
+
+ Reviewed by Steve Falkenburg.
+
+ Revise CFLite Debug build to emit DLL's with _debug label.
+ https://bugs.webkit.org/show_bug.cgi?id=28695.
+
+ * win/tools/vsprops/debug_wincairo.vsprops: Added.
+
2009-08-12 Peter Kasting <pkasting@google.com>
Reviewed by Darin Adler.
--- /dev/null
+<?xml version="1.0" encoding="Windows-1252"?>\r
+<VisualStudioPropertySheet\r
+ ProjectType="Visual C++"\r
+ Version="8.00"\r
+ Name="debug_wincairo"\r
+ >\r
+ <Tool\r
+ Name="VCCLCompilerTool"\r
+ Optimization="0"\r
+ MinimalRebuild="true"\r
+ BasicRuntimeChecks="3"\r
+ RuntimeLibrary="3"\r
+ />\r
+ <Tool\r
+ Name="VCLinkerTool"\r
+ LinkIncremental="2"\r
+ />\r
+ <UserMacro\r
+ Name="WebKitConfigSuffix"\r
+ Value="_debug"\r
+ PerformEnvironmentSet="true"\r
+ />\r
+ <UserMacro\r
+ Name="LibraryConfigSuffix"\r
+ Value=""\r
+ PerformEnvironmentSet="true"\r
+ />\r
+ <UserMacro\r
+ Name="WebKitDLLConfigSuffix"\r
+ Value="_debug"\r
+ />\r
+</VisualStudioPropertySheet>\r