Bug 107844

Summary: Stipulate build order between WTFGenerated and WTF
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Web Template FrameworkAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Brent Fulgham 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.
Comment 1 Brent Fulgham 2013-01-24 11:04:02 PST
Created attachment 184532 [details]
Patch
Comment 2 Brent Fulgham 2013-01-24 11:09:28 PST
Committed r140695: <http://trac.webkit.org/changeset/140695>
Comment 3 Roger Fong 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...