Skip to content
  • sfalken@apple.com's avatar
    Add a Debug_All configuration to build entire stack as debug. · 4f53c4e6
    sfalken@apple.com authored
    Change Debug_Internal to:
    - stop using _debug suffix for all WebKit/Safari binaries
    - not use _debug as a DLL naming suffix
    - use non-debug C runtime lib.
    
    Reviewed by Adam Roben.
    
    JavaScriptCore: 
    
    * JavaScriptCore.vcproj/JavaScriptCore.make: Debug build in makefile should build Debug_All.
    * JavaScriptCore.vcproj/JavaScriptCore.sln: Add Debug_All configuration.
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Add Debug_All configuration.
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj: Renamed single configuration from "Release" to "all".
    * JavaScriptCore.vcproj/JavaScriptCoreSubmit.sln: Add Debug_All configuration.
    * JavaScriptCore.vcproj/WTF/WTF.vcproj: Add Debug_All configuration.
    * JavaScriptCore.vcproj/jsc/jsc.vcproj: Add Debug_All configuration.
    * JavaScriptCore.vcproj/testapi/testapi.vcproj: Add Debug_All configuration.
    
    WebCore: 
    
    * WebCore.vcproj/QTMovieWin.vcproj: Add Debug_All configuration.
    * WebCore.vcproj/WebCore.make: Debug build in makefile should build Debug_All.
    * WebCore.vcproj/WebCore.sln: Add Debug_All configuration.
    * WebCore.vcproj/WebCore.submit.sln: Add Debug_All configuration.
    * WebCore.vcproj/WebCore.vcproj: Add Debug_All configuration.
    * WebCore.vcproj/WebCoreGenerated.vcproj: Renamed single configuration from "Release" to "all".
    
    WebKit/win: 
    
    * WebKit.vcproj/InterfacesGenerated.vcproj: Renamed single configuration from "Release" to "all".
    * WebKit.vcproj/WebKit.make: Debug build in makefile should build Debug_All.
    * WebKit.vcproj/WebKit.sln: Add Debug_All configuration.
    * WebKit.vcproj/WebKit.submit.sln: Add Debug_All configuration.
    * WebKit.vcproj/WebKit.vcproj:
    Remove extraneous OutputDirectory/IntermediateDirectory in Debug_Cairo.
    Add Debug_All configuration.
    * WebKit.vcproj/WebKitGUID.vcproj: Add Debug_All configuration.
    
    WebKitLibraries: 
    
    * win/tools/vsprops/debug_all.vsprops: Added.
    Use debug C runtime library in debug_all.
    Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
    * win/tools/vsprops/debug_internal.vsprops:
    Don't specify debug C runtime library in debug_internal.
    Don't specify _debug suffix for standard debug_internal builds.
    
    WebKitTools: 
    
    * DumpRenderTree/DumpRenderTree.sln: Add Debug_All configuration.
    * DumpRenderTree/win/DumpRenderTree.vcproj: Add Debug_All configuration.
    * DumpRenderTree/win/ImageDiff.vcproj: Add Debug_All configuration.
    * DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj:
    Add missing debug.vsprops inherited property sheet.
    Add Debug_All configuration.
    * FindSafari/FindSafari.vcproj: Renamed single configuration from "Release" to "all".
    * WinLauncher/WinLauncher.vcproj:
    Removed extraneous definitions inherited from vsprops.
    Add Debug_All configuration.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49705 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4f53c4e6