Changeset 54633 in webkit for trunk/JavaScriptCore
- Timestamp:
- Feb 10, 2010, 5:22:52 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r54619 r54633 1 2010-02-10 Kevin Watters <[email protected]> 2 3 Reviewed by Kevin Ollivier. 4 5 [wx] Add Windows complex text support and Mac support for containsCharacters. 6 7 https://bugs.webkit.org/show_bug.cgi?id=34759 8 9 * wscript: 10 1 11 2010-02-10 Alexey Proskuryakov <[email protected]> 2 12 -
trunk/JavaScriptCore/wscript
r54043 r54633 73 73 74 74 includes = common_includes + full_dirs 75 if sys.platform.startswith('darwin'): 76 includes.append(os.path.join(jscore_dir, 'icu')) 75 77 76 78 # 1. A simple program
Note:
See TracChangeset
for help on using the changeset viewer.