RESOLVED WORKSFORME Bug 75897
AppleWin should build WTF as a static library
https://bugs.webkit.org/show_bug.cgi?id=75897
Summary AppleWin should build WTF as a static library
Eric Seidel (no email)
Reported 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.
Attachments
Adam Roben (:aroben)
Comment 1 2012-01-10 07:19:35 PST
WTF is already built as a static library on Windows.
Eric Seidel (no email)
Comment 2 2012-01-10 10:29:57 PST
Perfect, thank you.
Note You need to log in before you can comment on or make changes to this bug.