equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #include <e32utrace.mmh> |
|
17 #include "sqlite_macro.mmh" |
|
18 |
|
19 TARGET t_sqlite.exe |
|
20 TARGETTYPE EXE |
|
21 CAPABILITY None |
|
22 |
|
23 epocheapsize 0x1000000 0x1000000 |
|
24 |
|
25 //SQLITE warnings suppressed |
|
26 OPTION ARMCC --diag_suppress 368 |
|
27 |
|
28 USERINCLUDE . |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
|
31 |
|
32 USERINCLUDE ../OsLayer |
|
33 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4 |
|
34 USERINCLUDE ../SQLite364 |
|
35 SOURCEPATH ../SQLite364 |
|
36 #else |
|
37 USERINCLUDE ../SQLite |
|
38 SOURCEPATH ../SQLite |
|
39 #endif |
|
40 |
|
41 SOURCEPATH ../TEST |
|
42 SOURCE t_sqlite.cpp |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY estlib.lib |
|
46 LIBRARY efsrv.lib |
|
47 LIBRARY hal.lib |
|
48 LIBRARY charconv.lib |
|
49 LIBRARY estor.lib |
|
50 STATICLIBRARY sqlite.lib |
|
51 |
|
52 VENDORID 0x70000001 |
|
53 |
|
54 SMPSAFE |
|
55 |
|
56 EPOCSTACKSIZE 0x10000 |