Bug 75897

Summary: AppleWin should build WTF as a static library
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: abarth, aroben, bweinstein, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 75673    

Description Eric Seidel (no email) 2012-01-09 15:32:13 PST
AppleWin should build WTF as a static library

Either that, or we need a newWTF.a static library which is built from Source/WTF and linked into JavaScriptCore.

Either approach will work.  Building WTF.a from the existing vcproj files is probably the most direct.

It's also possible that WTF is already built as a static library as part of building JavaScriptCore.vcproj and I'm just not reading the vcproj correctly.
Comment 1 Adam Roben (:aroben) 2012-01-10 07:19:35 PST
WTF is already built as a static library on Windows.
Comment 2 Eric Seidel (no email) 2012-01-10 10:29:57 PST
Perfect, thank you.