Bug 75897 - AppleWin should build WTF as a static library
Summary: AppleWin should build WTF as a static library
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 75673
  Show dependency treegraph
 
Reported: 2012-01-09 15:32 PST by Eric Seidel (no email)
Modified: 2012-01-10 10:29 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.