Changeset 44188 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 27, 2009, 7:02:31 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r44184 r44188 1 2009-05-27 Fridrich Strba <[email protected]> 2 3 Reviewed by Gustavo Noronha. 4 5 When building on Windows, consider Windows specific files. 6 7 * GNUmakefile.am: 8 1 9 2009-05-27 Fridrich Strba <[email protected]> 2 10 -
trunk/JavaScriptCore/GNUmakefile.am
r44095 r44188 84 84 JavaScriptCore/jit/JITArithmetic.cpp \ 85 85 JavaScriptCore/jit/ExecutableAllocator.cpp \ 86 JavaScriptCore/jit/ExecutableAllocatorPosix.cpp \87 86 JavaScriptCore/jit/JIT.h \ 88 87 JavaScriptCore/jit/JITInlineMethods.h \ … … 274 273 JavaScriptCore/wtf/unicode/Unicode.h 275 274 275 if TARGET_WIN32 276 javascriptcore_sources += \ 277 JavaScriptCore/wtf/ThreadSpecificWin.cpp \ 278 JavaScriptCore/jit/ExecutableAllocatorWin.cpp 279 else 280 javascriptcore_sources += \ 281 JavaScriptCore/jit/ExecutableAllocatorPosix.cpp 282 endif 283 276 284 # ---- 277 285 # icu unicode backend
Note:
See TracChangeset
for help on using the changeset viewer.