RESOLVED FIXED28695
[WinCairo] Revise CFLite Debug Build to emit DLL's with _debug label
https://bugs.webkit.org/show_bug.cgi?id=28695
Summary [WinCairo] Revise CFLite Debug Build to emit DLL's with _debug label
Brent Fulgham
Reported 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.
Attachments
Add "_debug" to Debug Cairo dlls. (5.30 KB, patch)
2009-08-24 18:02 PDT, Brent Fulgham
sfalken: review+
Brent Fulgham
Comment 1 2009-08-24 18:02:56 PDT
Created attachment 38518 [details] Add "_debug" to Debug Cairo dlls.
Brent Fulgham
Comment 2 2009-08-25 12:32:59 PDT
Note You need to log in before you can comment on or make changes to this bug.