RESOLVED FIXED 125309
[Win] Avoid copying compiled-in resources to DSTROOT
https://bugs.webkit.org/show_bug.cgi?id=125309
Summary [Win] Avoid copying compiled-in resources to DSTROOT
Brent Fulgham
Reported 2013-12-05 10:57:18 PST
We don't need to include the WebKit.rc file, or the various PNG's that are compiled into the DLL when we build the installer. It turns out that ONLY the Info.plist needs to be copied from the source WebKit.resource directory to the DSTROOT's resource directory. All the other contents are compiled into the WebKit.dll.
Attachments
Patch (1.45 KB, patch)
2013-12-05 12:24 PST, Brent Fulgham
jer.noble: review+
Brent Fulgham
Comment 1 2013-12-05 12:24:43 PST
Jer Noble
Comment 2 2013-12-05 12:38:25 PST
Comment on attachment 218531 [details] Patch r=me
Brent Fulgham
Comment 3 2013-12-05 12:39:25 PST
Note You need to log in before you can comment on or make changes to this bug.