Changeset 61852 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 25, 2010, 5:13:25 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r61851 r61852 1 2010-06-25 Lucas De Marchi <[email protected]> 2 3 Reviewed by Gustavo Noronha Silva. 4 5 [CMake] Remove unused variable in EFL build system. It was previously 6 being used to set the flags of each port but it was superseded by 7 other flags. 8 https://bugs.webkit.org/show_bug.cgi?id=40931 9 10 * jsc/CMakeLists.txt: 11 1 12 2010-06-25 Nathan Lawrence <[email protected]> 2 13 -
trunk/JavaScriptCore/jsc/CMakeLists.txt
r59537 r61852 10 10 ) 11 11 12 13 SET(JSC_PORT_FLAGS )14 12 INCLUDE_IF_EXISTS(${JAVASCRIPTCORE_DIR}/jsc/CMakeLists${PORT}.txt) 15 16 13 17 14 WEBKIT_WRAP_SOURCELIST(${JSC_SOURCES})
Note:
See TracChangeset
for help on using the changeset viewer.