Bug 75897
Summary: | AppleWin should build WTF as a static library | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | 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 |
Eric Seidel (no email)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
WTF is already built as a static library on Windows.
Eric Seidel (no email)
Perfect, thank you.