Changeset 64528 in webkit for trunk/JavaScriptCore/wscript


Ignore:
Timestamp:
Aug 2, 2010, 8:22:28 PM (15 years ago)
Author:
[email protected]
Message:

[wx] Build fixes after recent changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wscript

    r64105 r64528  
    3030from settings import *
    3131
    32 jscore_excludes = ['jsc.cpp', 'ucptable.cpp','ProfilerServer.mm']
     32jscore_excludes = ['jsc.cpp', 'ucptable.cpp','ProfilerServer.mm', 'ExecutableAllocatorPosix.cpp']
    3333jscore_excludes.extend(get_excludes(jscore_dir, ['*Brew.cpp', '*CF.cpp', '*Symbian.cpp']))
    3434
     
    3838
    3939if building_on_win32:
    40     jscore_excludes += ['ExecutableAllocatorPosix.cpp', 'MarkStackPosix.cpp', 'ThreadingPthreads.cpp']
     40    jscore_excludes += ['MarkStackPosix.cpp', 'ThreadingPthreads.cpp']
    4141    sources += ['runtime/MarkStackWin.cpp']
    4242else:
Note: See TracChangeset for help on using the changeset viewer.