equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-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 |
|
18 TARGET t_sqlfserr.exe |
|
19 TARGETTYPE EXE |
|
20 CAPABILITY None |
|
21 |
|
22 //SQLITE warnings suppressed |
|
23 OPTION ARMCC --diag_suppress 368 |
|
24 |
|
25 USERINCLUDE . |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
|
28 USERINCLUDE ../OsLayer |
|
29 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4 |
|
30 USERINCLUDE ../SQLite364 |
|
31 #else |
|
32 USERINCLUDE ../SQLite |
|
33 #endif |
|
34 |
|
35 SOURCEPATH ../TEST |
|
36 SOURCE t_sqlfserr.cpp |
|
37 |
|
38 LIBRARY euser.lib |
|
39 LIBRARY efsrv.lib |
|
40 LIBRARY sqldb.lib |
|
41 LIBRARY bafl.lib |
|
42 LIBRARY estlib.lib |
|
43 LIBRARY estor.lib |
|
44 LIBRARY hal.lib |
|
45 STATICLIBRARY sqlite.lib |
|
46 |
|
47 VENDORID 0x70000001 |
|
48 |
|
49 SMPSAFE |
|
50 |
|
51 EPOCSTACKSIZE 0x10000 |