Ignore:
Timestamp:
Mar 29, 2012, 12:25:48 PM (13 years ago)
Author:
[email protected]
Message:

[wx] Unreviewed. wxMSW build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wscript

    r112456 r112560  
    4343        if building_on_win32:
    4444            jscore_excludes += ['OSAllocatorPosix.cpp', 'ThreadingPthreads.cpp']
     45            sources.extend(['../WTF/wtf/ThreadingWin.cpp', '../WTF/wtf/ThreadSpecificWin.cpp', '../WTF/wtf/OSAllocatorWin.cpp'])
    4546        else:
    4647            jscore_excludes.append('JSStringRefBSTR.cpp')
Note: See TracChangeset for help on using the changeset viewer.