Changeset 29381 in webkit for trunk/JavaScriptCore/pcre/pcre.pri


Ignore:
Timestamp:
Jan 10, 2008, 4:35:14 PM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/pcre/pcre.pri

    r28184 r29381  
    1313    pcre_xclass.cpp
    1414
    15 CTGENFILE += \
    16     dftables.cpp
    17 
    1815!CONFIG(QTDIR_build) {
    1916    defineTest(addExtraCompiler) {
     
    2825# GENERATOR: "chartables.c": compile and execute the chartables generator (and add it to sources)
    2926ctgen.output = $$GENERATED_SOURCES_DIR/chartables.c
    30 ctgen.commands = $$OUTPUT_DIR/JavaScriptCore/pcre/tmp/dftables ${QMAKE_FILE_OUT}
    31 ctgen.input = CTGENFILE
     27ctgen.commands = dftables ${QMAKE_FILE_OUT}
    3228ctgen.CONFIG += target_predeps no_link
    3329ctgen.variable_out = GENERATED_SOURCES
Note: See TracChangeset for help on using the changeset viewer.