Changeset 66078 in webkit for trunk/JavaScriptCore/wscript
- Timestamp:
- Aug 25, 2010, 8:40:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wscript
r65445 r66078 37 37 jscore_excludes.extend(get_excludes(jscore_dir, ['*None.cpp'])) 38 38 39 if building_on_win32: 40 jscore_excludes += ['MarkStackPosix.cpp', 'ThreadingPthreads.cpp'] 41 sources += ['runtime/MarkStackWin.cpp'] 42 else: 43 jscore_excludes.append('JSStringRefBSTR.cpp') 44 jscore_excludes.extend(get_excludes(jscore_dir, ['*Win.cpp'])) 39 if build_port == "wx": 40 if building_on_win32: 41 jscore_excludes += ['MarkStackPosix.cpp', 'ThreadingPthreads.cpp'] 42 sources += ['runtime/MarkStackWin.cpp'] 43 else: 44 jscore_excludes.append('JSStringRefBSTR.cpp') 45 jscore_excludes.extend(get_excludes(jscore_dir, ['*Win.cpp'])) 45 46 46 47 def build(bld):
Note:
See TracChangeset
for help on using the changeset viewer.