Changeset 112560 in webkit for trunk/Source/JavaScriptCore/wscript
- Timestamp:
- Mar 29, 2012, 12:25:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wscript
r112456 r112560 43 43 if building_on_win32: 44 44 jscore_excludes += ['OSAllocatorPosix.cpp', 'ThreadingPthreads.cpp'] 45 sources.extend(['../WTF/wtf/ThreadingWin.cpp', '../WTF/wtf/ThreadSpecificWin.cpp', '../WTF/wtf/OSAllocatorWin.cpp']) 45 46 else: 46 47 jscore_excludes.append('JSStringRefBSTR.cpp')
Note:
See TracChangeset
for help on using the changeset viewer.