Title: [140695] trunk/Source/WTF
- Revision
- 140695
- Author
- [email protected]
- Date
- 2013-01-24 11:07:59 -0800 (Thu, 24 Jan 2013)
Log Message
Stipulate build order between WTFGenerated and WTF
https://bugs.webkit.org/show_bug.cgi?id=107844
Reviewed by Tim Horton.
* WTF.vcxproj/WTF.vcxproj: Use VS2010 project dependency
declaration so WTF depends on a completed WTFGenerated build.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (140694 => 140695)
--- trunk/Source/WTF/ChangeLog 2013-01-24 18:48:35 UTC (rev 140694)
+++ trunk/Source/WTF/ChangeLog 2013-01-24 19:07:59 UTC (rev 140695)
@@ -1,3 +1,13 @@
+2013-01-24 Brent Fulgham <[email protected]>
+
+ Stipulate build order between WTFGenerated and WTF
+ https://bugs.webkit.org/show_bug.cgi?id=107844
+
+ Reviewed by Tim Horton.
+
+ * WTF.vcxproj/WTF.vcxproj: Use VS2010 project dependency
+ declaration so WTF depends on a completed WTFGenerated build.
+
2013-01-23 Abhishek Arya <[email protected]>
Add support for ASSERT_WITH_SECURITY_IMPLICATION.
Modified: trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj (140694 => 140695)
--- trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj 2013-01-24 18:48:35 UTC (rev 140694)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj 2013-01-24 19:07:59 UTC (rev 140695)
@@ -253,6 +253,11 @@
<None Include="WTFPreBuild.cmd" />
<None Include="WTFPreLink.cmd" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="WTFGenerated.vcxproj">
+ <Project>{f7366596-0520-4433-b8ff-d843e31e5199}</Project>
+ </ProjectReference>
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8EF73779-BED3-45BB-816D-9FF58399AFA5}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes