Skip to content
  • sfalken@apple.com's avatar
    JavaScriptCore: · c82fc434
    sfalken@apple.com authored
            Share common files across projects.
            
            Unify vsprops files
            Debug:          common.vsprops, debug.vsprops
            Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
            Release:        common.vsprops, release.vsprops
            
            Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
            debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
    
            Reviewed by Adam Roben.
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
            * JavaScriptCore.vcproj/WTF/WTF.vcproj:
            * JavaScriptCore.vcproj/debug.vsprops: Removed.
            * JavaScriptCore.vcproj/debug_internal.vsprops: Removed.
            * JavaScriptCore.vcproj/release.vsprops: Removed.
            * JavaScriptCore.vcproj/testkjs/testkjs.vcproj:
    
    WebCore:
    
            Share common files across projects.
            
            Unify vsprops files
            Debug:          common.vsprops, debug.vsprops
            Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
            Release:        common.vsprops, release.vsprops
            
            Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
            debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
    
            Pull auto-version.sh, VERSION, and PRODUCTVERSION from tools.
    
            Reviewed by Adam Roben.
    
            * WebCore.vcproj/PRODUCTVERSION: Removed.
            * WebCore.vcproj/QTMovieWin.vcproj:
            * WebCore.vcproj/VERSION: Removed.
            * WebCore.vcproj/WebCore.vcproj:
            * WebCore.vcproj/auto-version.sh: Removed.
            * WebCore.vcproj/debug.vsprops: Removed.
            * WebCore.vcproj/debug_internal.vsprops: Removed.
            * WebCore.vcproj/release.vsprops: Removed.
    
    WebKit/win:
    
            Share common files across projects.
            
            Unify vsprops files
            Debug:          common.vsprops, debug.vsprops
            Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
            Release:        common.vsprops, release.vsprops
            
            Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
            debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
    
            Pull auto-version.sh, VERSION, and PRODUCTVERSION from tools.
    
            Reviewed by Adam Roben.
    
            * WebKit.vcproj/Interfaces.vcproj:
            * WebKit.vcproj/PRODUCTVERSION: Removed.
            * WebKit.vcproj/VERSION: Removed.
            * WebKit.vcproj/WebKit.vcproj:
            * WebKit.vcproj/WebKitGUID.vcproj:
            * WebKit.vcproj/auto-version.sh: Removed.
            * WebKit.vcproj/debug.vsprops: Removed.
            * WebKit.vcproj/debug_internal.vsprops: Removed.
            * WebKit.vcproj/release.vsprops: Removed.
    
    WebKitLibraries:
    
            Share common files across projects.
            
            Unify vsprops files
            Debug:          common.vsprops, debug.vsprops
            Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
            Release:        common.vsprops, release.vsprops
            
            Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
            debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
    
            Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
    
            Reviewed by Adam Roben.
    
            * win/tools/WinTools.make:
            * win/tools/scripts: Added.
            * win/tools/scripts/PRODUCTVERSION: Added.
            * win/tools/scripts/VERSION: Added.
            * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
            * win/tools/vsprops/debug.vsprops:
            * win/tools/vsprops/debug_internal.vsprops: Added.
            * win/tools/vsprops/release.vsprops:
    
    WebKitTools:
    
            Share common files across projects.
            
            Unify vsprops files
            Debug:          common.vsprops, debug.vsprops
            Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
            Release:        common.vsprops, release.vsprops
            
            Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
            debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
    
            Pull auto-version.sh, VERSION, and PRODUCTVERSION from tools.
    
            Reviewed by Adam Roben.
    
            * Drosera/win/Drosera.vcproj/Drosera.vcproj:
            * Drosera/win/Drosera.vcproj/PRODUCTVERSION: Removed.
            * Drosera/win/Drosera.vcproj/VERSION: Removed.
            * Drosera/win/Drosera.vcproj/auto-version.sh: Removed.
            * Drosera/win/Drosera.vcproj/debug.vsprops: Removed.
            * Drosera/win/Drosera.vcproj/debug_internal.vsprops: Removed.
            * Drosera/win/Drosera.vcproj/release.vsprops: Removed.
            * DumpRenderTree/win/DumpRenderTree.vcproj:
            * DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj:
            * DumpRenderTree/win/debug.vsprops: Removed.
            * DumpRenderTree/win/debug_internal.vsprops: Removed.
            * DumpRenderTree/win/release.vsprops: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29458 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c82fc434