Changeset 65385 in webkit for trunk/JavaScriptCore/wscript


Ignore:
Timestamp:
Aug 15, 2010, 5:02:22 PM (15 years ago)
Author:
[email protected]
Message:

[wx] Build fix, don't build intermediate source in DerivedSources dir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wscript

    r64528 r65385  
    3030from settings import *
    3131
    32 jscore_excludes = ['jsc.cpp', 'ucptable.cpp','ProfilerServer.mm', 'ExecutableAllocatorPosix.cpp']
     32jscore_excludes = ['chartables.c', 'jsc.cpp', 'ucptable.cpp','ProfilerServer.mm', 'ExecutableAllocatorPosix.cpp']
    3333jscore_excludes.extend(get_excludes(jscore_dir, ['*Brew.cpp', '*CF.cpp', '*Symbian.cpp']))
    3434
Note: See TracChangeset for help on using the changeset viewer.