Bug 156256 - [Win] Output WebCore.pdb to the same location as WebCore.lib file.
Summary: [Win] Output WebCore.pdb to the same location as WebCore.lib file.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-05 15:35 PDT by Brent Fulgham
Modified: 2016-04-07 10:40 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2016-04-07 10:34 PDT, Brent Fulgham
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2016-04-05 15:35:07 PDT
Improve modular Windows building as follows:

1. Output the WebCore debugging symbols (WebCore.pdb) in the same place as the WebCore.lib output library.
2. Teach the WebKit.dll build step where to look for WebCore.pdb.
3. Make sure the Apple internal build includes the WebCore.pdb in its output files.
Comment 1 Brent Fulgham 2016-04-07 10:32:06 PDT
<rdar://problem/19416363>
Comment 2 Brent Fulgham 2016-04-07 10:34:18 PDT
Created attachment 275895 [details]
Patch
Comment 3 Brent Fulgham 2016-04-07 10:40:47 PDT
Committed r199161: <http://trac.webkit.org/changeset/199161>