persistentstorage/sqlite3api/GROUP/tclsqlite3.mmp
branchRCL_3
changeset 10 31a8f755b7fe
parent 0 08ec8eefde2f
child 23 26645d81f48d
--- a/persistentstorage/sqlite3api/GROUP/tclsqlite3.mmp	Mon Mar 15 12:46:30 2010 +0200
+++ b/persistentstorage/sqlite3api/GROUP/tclsqlite3.mmp	Thu Apr 01 00:19:42 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -11,9 +11,9 @@
 // Contributors:
 //
 // Description:
-// SQLite C API test application
-// The "buildrom" command:
-// buildrom -D_SERIAL_DOWNLOAD -DRVCT -D_EABI=ARMV5 -D_NAND2 -fm=/epoc32/rom/include/featuredatabase.xml h4hrp.oby textshell.oby syslibs_utils.oby sqlite3.iby sqlite3tests.iby openenv.iby bluetooth.iby ups.iby -orombld.img
+// SQLite C API test application (used to run the TCL test suite)
+// The "buildrom" command (uncomment before that the line in sqlite3tests.iby file that copies "1020383e.txt" file):
+// buildrom -D_SERIAL_DOWNLOAD -DRVCT -D_EABI=ARMV5 -fm=/epoc32/rom/include/featuredatabase.xml h4hrp.oby textshell.oby sqlite3.iby sqlite3tests.iby openenv.iby bluetooth.iby ups.iby timezonelocalization.iby -orombld.img
 // 
 //
 
@@ -37,6 +37,9 @@
 EPOCSTACKSIZE 81920  //max 80kb
 EPOCHEAPSIZE 0x00100000 0x02000000
 
+// Need this otherwise get a lot of mismatched IMPORT_C/EXPORT_C even though this is an exe
+MACRO SQLITE_DLL
+
 //////////////////////////////////////////////////////////////////////////////////////////////////////////
 /////////////////  RVCT compiler warning & optimization options  /////////////////////////////////////////