Bug 28695 - [WinCairo] Revise CFLite Debug Build to emit DLL's with _debug label
Summary: [WinCairo] Revise CFLite Debug Build to emit DLL's with _debug label
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-24 17:13 PDT by Brent Fulgham
Modified: 2009-08-25 12:32 PDT (History)
0 users

See Also:


Attachments
Add "_debug" to Debug Cairo dlls. (5.30 KB, patch)
2009-08-24 18:02 PDT, Brent Fulgham
sfalken: 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 2009-08-24 17:13:06 PDT
It is much easier to test and debug with WebKit in external projects if the JavaScriptCore and WebKit dlls are labeled with "_debug" for debug builds.  This allows both binaries to coexist in the same project directory, and to allow debug and release binaries to be maintained in the same location.

This change modifies the Visual Studio property sheets used by WinCairo to include the "_debug" text in the dll output names.
Comment 1 Brent Fulgham 2009-08-24 18:02:56 PDT
Created attachment 38518 [details]
Add "_debug" to Debug Cairo dlls.
Comment 2 Brent Fulgham 2009-08-25 12:32:59 PDT
Landed in http://trac.webkit.org/changeset/47750.