Title: [165018] branches/safari-537.75-branch/Source/_javascript_Core
Revision
165018
Author
bfulg...@apple.com
Date
2014-03-03 16:24:54 -0800 (Mon, 03 Mar 2014)

Log Message

Unreviewed build fix.
<rdar://problem/16197002>

* _javascript_Core.vcxproj/_javascript_Core.vcxproj: Exclude 64-bit assembly code when building
32-bit DebugSuffix target.

Modified Paths

Diff

Modified: branches/safari-537.75-branch/Source/_javascript_Core/ChangeLog (165017 => 165018)


--- branches/safari-537.75-branch/Source/_javascript_Core/ChangeLog	2014-03-04 00:08:37 UTC (rev 165017)
+++ branches/safari-537.75-branch/Source/_javascript_Core/ChangeLog	2014-03-04 00:24:54 UTC (rev 165018)
@@ -1,3 +1,11 @@
+2014-03-03  Brent Fulgham  <bfulg...@apple.com>
+
+        Unreviewed build fix.
+        <rdar://problem/16197002>
+
+        * _javascript_Core.vcxproj/_javascript_Core.vcxproj: Exclude 64-bit assembly code when building
+        32-bit DebugSuffix target.
+
 2014-02-28  Brent Fulgham  <bfulg...@apple.com>
 
         Unreviewed build fix.

Modified: branches/safari-537.75-branch/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj (165017 => 165018)


--- branches/safari-537.75-branch/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj	2014-03-04 00:08:37 UTC (rev 165017)
+++ branches/safari-537.75-branch/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj	2014-03-04 00:24:54 UTC (rev 165018)
@@ -935,6 +935,7 @@
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">true</ExcludedFromBuild>
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">true</ExcludedFromBuild>
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">true</ExcludedFromBuild>
     </MASM>
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to