<http://webkit.org/b/131246>
Hoping to fix this build error:
warning MSB8027: Two or more files with the name of GCLogging.cpp will produce outputs to the same location. This can lead to an incorrect build result. The files involved are ..\heap\GCLogging.cpp, ..\heap\GCLogging.cpp.
* JavaScriptCore.vcxproj/JavaScriptCore.vcxproj: Fix copy-paste
boo-boo by changing the GCLogging.cpp ClCompile entry to a
GCLogging.h ClInclude entry.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167435
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-04-17 David Kilzer <ddkilzer@apple.com>
+
+ Blind attempt to fix Windows build after r166837
+ <http://webkit.org/b/131246>
+
+ Hoping to fix this build error:
+
+ warning MSB8027: Two or more files with the name of GCLogging.cpp will produce outputs to the same location. This can lead to an incorrect build result. The files involved are ..\heap\GCLogging.cpp, ..\heap\GCLogging.cpp.
+
+ * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj: Fix copy-paste
+ boo-boo by changing the GCLogging.cpp ClCompile entry to a
+ GCLogging.h ClInclude entry.
+
2014-04-16 Filip Pizlo <fpizlo@apple.com>
AI for GetLocal should match the DFG backend, and in this case, the best way to do that is to get rid of the "exit if empty prediction" thing since it's a vestige of a time long gone
<ClInclude Include="..\heap\EdenGCActivityCallback.h" />
<ClInclude Include="..\heap\FullGCActivityCallback.h" />
<ClInclude Include="..\heap\GCActivityCallback.h" />
- <ClCompile Include="..\heap\GCLogging.cpp" />
+ <ClInclude Include="..\heap\GCLogging.h" />
<ClInclude Include="..\heap\GCSegmentedArray.h" />
<ClInclude Include="..\heap\GCSegmentedArrayInlines.h" />
<ClInclude Include="..\heap\GCAssertions.h" />