Skip to content
  • ddkilzer@apple.com's avatar
    JavaScriptCore: · 46c04766
    ddkilzer@apple.com authored
            dftables should be rewritten as a script
    
            <http://bugs.webkit.org/show_bug.cgi?id=16818>
            <rdar://problem/5681463>
    
            Reviewed by Darin.
    
            Rewrote the dftables utility in Perl.  Attempted to switch all
            build systems to call the script directly instead of building
            a binary first.  Only the Xcode build was able to be tested.
    
            * DerivedSources.make: Added pcre directory to VPATH and changed
            to invoke dftables directly.
            * GNUmakefile.am: Removed build information and changed to invoke
            dftables directly.
            * JavaScriptCore.vcproj/JavaScriptCore.sln: Removed reference to
            dftables project.
            * JavaScriptCore.vcproj/JavaScriptCoreSubmit.sln: Ditto.
            * JavaScriptCore.vcproj/dftables: Removed.
            * JavaScriptCore.vcproj/dftables/dftables.vcproj: Removed.
            * JavaScriptCore.xcodeproj/project.pbxproj: Removed dftables target.
            * jscore.bkl: Removed dftables executable definition.
            * pcre/dftables: Copied from JavaScriptCore/pcre/dftables.cpp.
            * pcre/dftables.cpp: Removed.
            * pcre/dftables.pro: Removed.
            * pcre/pcre.pri: Removed references to dftables.cpp and changed to
            invoke dftables directly.
    
    WebKit/win:
    
            dftables should be rewritten as a script
    
            <http://bugs.webkit.org/show_bug.cgi?id=16818>
            <rdar://problem/5681463>
    
            Reviewed by Darin.
    
            * WebKit.vcproj/WebKit.sln: Removed reference to dftables project.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29381 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    46c04766