[Webkit-unassigned] [Bug 88873] [Qt][Win] WebKit2 symbols are not exported in QtWebKit5.dll
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 12 07:45:54 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88873
--- Comment #1 from Simon Hausmann <hausmann at webkit.org> 2012-06-12 07:45:53 PST ---
Created an attachment (id=147084)
--> (https://bugs.webkit.org/attachment.cgi?id=147084&action=review)
Script to facilitate symbol exports
The attached scripts implements the basic functionality needed. Symbols marked for export get a /EXPORT:<name of mangled symbol> in the linker directive section of the .obj file (and thus .lib file). We can extract all these with the script and generate a new file with linker pragmas that should be compiled into QtWebKit5.dll and makes sure that the symbols we want to export are also referenced.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list