equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
17 |
17 |
18 /** |
18 /** |
19 @file |
19 @file |
20 */ |
20 */ |
21 |
21 |
22 //#define SYMBIAN_INCLUDE_EXECUTABLE_TRACE |
|
23 #include "sqlite_macro.mmh" |
22 #include "sqlite_macro.mmh" |
24 |
|
25 #ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE |
|
26 MACRO SQLITELIB_ENABLE_TRACE |
|
27 #endif |
|
28 |
23 |
29 TARGET sqlite.lib |
24 TARGET sqlite.lib |
30 TARGETTYPE lib |
25 TARGETTYPE lib |
31 |
26 |
32 CAPABILITY All -Tcb |
27 CAPABILITY All -Tcb |
66 |
61 |
67 OPTION GCC -w |
62 OPTION GCC -w |
68 |
63 |
69 ////////////////////////////////////////////////////////////////////////////////////////////////////////// |
64 ////////////////////////////////////////////////////////////////////////////////////////////////////////// |
70 |
65 |
71 USERINCLUDE ../SRC/Common/Trace |
|
72 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
66 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
73 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
67 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
|
68 USERINCLUDE ../traces_sqlite |
74 USERINCLUDE ../OsLayer |
69 USERINCLUDE ../OsLayer |
75 |
70 |
76 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4 |
71 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4 |
77 USERINCLUDE ../SQLite364 |
72 USERINCLUDE ../SQLite364 |
78 SOURCEPATH ../SQLite364 |
73 SOURCEPATH ../SQLite364 |
193 #endif |
188 #endif |
194 |
189 |
195 SOURCEPATH ../OsLayer |
190 SOURCEPATH ../OsLayer |
196 SOURCE FileBuf64.cpp |
191 SOURCE FileBuf64.cpp |
197 SOURCE os_symbian.cpp |
192 SOURCE os_symbian.cpp |
198 |
193 SOURCE SqliteUtil.cpp |
199 #ifdef SYMBIAN_INCLUDE_EXECUTABLE_TRACE |
|
200 SOURCEPATH ../SRC/Common/Trace |
|
201 SOURCE UTraceSql.cpp |
|
202 #endif |
|