Title: [165020] branches/safari-537.75-branch/Source/WebCore
- Revision
- 165020
- Author
- [email protected]
- Date
- 2014-03-03 16:45:15 -0800 (Mon, 03 Mar 2014)
Log Message
Unreviewed build fix.
<rdar://problem/16197002>
* WebCore.vcxproj/WebCore.vcxproj: Exclude 64-bit assembly code when building
32-bit DebugSuffix target.
Modified Paths
Diff
Modified: branches/safari-537.75-branch/Source/WebCore/ChangeLog (165019 => 165020)
--- branches/safari-537.75-branch/Source/WebCore/ChangeLog 2014-03-04 00:44:02 UTC (rev 165019)
+++ branches/safari-537.75-branch/Source/WebCore/ChangeLog 2014-03-04 00:45:15 UTC (rev 165020)
@@ -1,3 +1,11 @@
+2014-03-03 Brent Fulgham <[email protected]>
+
+ Unreviewed build fix.
+ <rdar://problem/16197002>
+
+ * WebCore.vcxproj/WebCore.vcxproj: Exclude 64-bit assembly code when building
+ 32-bit DebugSuffix target.
+
2014-02-28 Brent Fulgham <[email protected]>
Unreviewed build fix.
Modified: branches/safari-537.75-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (165019 => 165020)
--- branches/safari-537.75-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj 2014-03-04 00:44:02 UTC (rev 165019)
+++ branches/safari-537.75-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj 2014-03-04 00:45:15 UTC (rev 165020)
@@ -20914,6 +20914,7 @@
</MASM>
<MASM Include="..\plugins\win\PaintHooks.asm">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">true</ExcludedFromBuild>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes