equal
deleted
inserted
replaced
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2008-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". |
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
15 |
16 #include <e32utrace.mmh> |
|
17 #include "sqlite_macro.mmh" |
16 #include "sqlite_macro.mmh" |
18 |
17 |
19 TARGET t_sqlcompact2.exe |
18 TARGET t_sqlcompact2.exe |
20 TARGETTYPE EXE |
19 TARGETTYPE EXE |
21 CAPABILITY None |
20 CAPABILITY None |
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
27 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
26 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
28 USERINCLUDE . |
27 USERINCLUDE . |
29 USERINCLUDE ../INC |
28 USERINCLUDE ../INC |
30 USERINCLUDE ../SRC/Common |
29 USERINCLUDE ../SRC/Common |
31 USERINCLUDE ../SRC/Common/Trace |
30 USERINCLUDE ../traces_SqlSrv |
32 USERINCLUDE ../SRC/Server/Compact |
31 USERINCLUDE ../SRC/Server/Compact |
33 USERINCLUDE ../SRC/Server |
32 USERINCLUDE ../SRC/Server |
34 USERINCLUDE ../OsLayer |
33 USERINCLUDE ../OsLayer |
35 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4 |
34 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4 |
36 USERINCLUDE ../SQLite364 |
35 USERINCLUDE ../SQLite364 |