Changeset 64528 in webkit for trunk/JavaScriptCore/wscript
- Timestamp:
- Aug 2, 2010, 8:22:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wscript
r64105 r64528 30 30 from settings import * 31 31 32 jscore_excludes = ['jsc.cpp', 'ucptable.cpp','ProfilerServer.mm' ]32 jscore_excludes = ['jsc.cpp', 'ucptable.cpp','ProfilerServer.mm', 'ExecutableAllocatorPosix.cpp'] 33 33 jscore_excludes.extend(get_excludes(jscore_dir, ['*Brew.cpp', '*CF.cpp', '*Symbian.cpp'])) 34 34 … … 38 38 39 39 if building_on_win32: 40 jscore_excludes += [' ExecutableAllocatorPosix.cpp', 'MarkStackPosix.cpp', 'ThreadingPthreads.cpp']40 jscore_excludes += ['MarkStackPosix.cpp', 'ThreadingPthreads.cpp'] 41 41 sources += ['runtime/MarkStackWin.cpp'] 42 42 else:
Note:
See TracChangeset
for help on using the changeset viewer.