Changeset 165018 in webkit
- Timestamp:
- Mar 3, 2014, 4:24:54 PM (11 years ago)
- Location:
- branches/safari-537.75-branch/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-537.75-branch/Source/JavaScriptCore/ChangeLog
r164893 r165018 1 2014-03-03 Brent Fulgham <bfulgham@apple.com> 2 3 Unreviewed build fix. 4 <rdar://problem/16197002> 5 6 * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj: Exclude 64-bit assembly code when building 7 32-bit DebugSuffix target. 8 1 9 2014-02-28 Brent Fulgham <bfulgham@apple.com> 2 10 -
branches/safari-537.75-branch/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj
r162624 r165018 936 936 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">true</ExcludedFromBuild> 937 937 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> 938 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">true</ExcludedFromBuild> 938 939 </MASM> 939 940 </ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.