Bug 156256

Summary: [Win] Output WebCore.pdb to the same location as WebCore.lib file.
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebCore Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch achristensen: review+

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>