Bug 28695

Summary: [WinCairo] Revise CFLite Debug Build to emit DLL's with _debug label
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Add "_debug" to Debug Cairo dlls. sfalken: review+

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.