RESOLVED FIXED 107844
Stipulate build order between WTFGenerated and WTF
https://bugs.webkit.org/show_bug.cgi?id=107844
Summary Stipulate build order between WTFGenerated and WTF
Brent Fulgham
Reported 2013-01-24 11:00:35 PST
I ran into some build problems playing with the dedicated WTF solution, because Visual Studio wanted to build WTF before the WTFGenerated step had been performed. This patch stipulates that WTF depends on WTFGenerated so that the build order is always correct.
Attachments
Patch (1.29 KB, patch)
2013-01-24 11:04 PST, Brent Fulgham
thorton: review+
Brent Fulgham
Comment 1 2013-01-24 11:04:02 PST
Brent Fulgham
Comment 2 2013-01-24 11:09:28 PST
Roger Fong
Comment 3 2013-01-24 11:20:02 PST
Huh, weird, I thought setting the project dependencies in the solution file would make sure that WTFGenerated was compiled first...
Note You need to log in before you can comment on or make changes to this bug.