Changeset 410
- Timestamp:
- 07/22/08 14:59:53 (5 months ago)
- Files:
-
- trunk/BAL/ChangeLogOWB (modified) (1 diff)
- trunk/BAL/OWBAL/Concretizations/Database/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/ChangeLogOWB
r408 r410 1 2008-07-22 Mario Bensi <mbensi@pleyo.com> 2 3 Reviewed by Olivier DOLE. 4 fix compilation with I18N Generic option activated 5 6 * OWBAL/Concretizations/Database/CMakeLists.txt: 7 1 8 2008-07-22 Mario Bensi <mbensi@pleyo.com> 2 9 trunk/BAL/OWBAL/Concretizations/Database/CMakeLists.txt
r402 r410 12 12 ${SQLITE_INCLUDE_DIRS} 13 13 ) 14 15 IF (WEBKIT_USE_I18N STREQUAL "GENERIC") 16 INCLUDE_DIRECTORIES ( 17 ${CMAKE_SOURCE_DIR}/JavaScriptCore/icu 18 ) 19 ENDIF (WEBKIT_USE_I18N STREQUAL "GENERIC") 20 14 21 AUX_SOURCE_DIRECTORY (SQLite DATABASE_SRC) 15 22
