Ignore:
Timestamp:
Mar 22, 2012, 12:43:29 PM (13 years ago)
Author:
[email protected]
Message:

[wx] Unreviewed. Adding Source/WTF to the build and updating waf port list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wscript

    r110858 r111746  
    5757    jscore = bld.new_task_gen(
    5858        features = 'cc cxx cshlib',
    59         includes = '. .. assembler DerivedSources ForwardingHeaders ' + ' '.join(includes),
     59        includes = '. .. assembler ../WTF ../WTF/wtf ' + ' '.join(includes),
    6060        source = sources,
    6161        defines = ['BUILDING_JavaScriptCore'],
     
    6969    obj = bld.new_task_gen(
    7070        features = 'cxx cprogram',
    71         includes = '. .. assembler DerivedSources ForwardingHeaders ' + ' '.join(includes),
     71        includes = '. .. assembler ../WTF ' + ' '.join(includes),
    7272        source = 'jsc.cpp',
    7373        target = 'jsc',
Note: See TracChangeset for help on using the changeset viewer.