--- a/secureswitools/swisistools/group/scrtool.mmp Thu Jul 15 18:47:04 2010 +0300
+++ b/secureswitools/swisistools/group/scrtool.mmp Thu Aug 19 10:02:49 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
@@ -27,6 +27,7 @@
USERINCLUDE ../source/xmlparser
USERINCLUDE ../source/dbmanager
USERINCLUDE ../source/dbmanager/sqlite
+USERINCLUDE ../source/sisxlibrary
SYSTEMINCLUDE ../source/xmlparser/xerces/include
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
@@ -46,7 +47,14 @@
SOURCE logs.cpp exception.cpp util.cpp
-STATICLIBRARY eay32 xerces
+STATICLIBRARY xerces
+STATICLIBRARY sisx
+#ifndef TOOLS2_LINUX
+STATICLIBRARY eay32
+#else
+STATICLIBRARY crypto dl c
+#endif
+
#ifndef TOOLS2_LINUX
MACRO _UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__ XML_LIBRARY
@@ -60,5 +68,8 @@
OPTION GCC -w
OPTION GCC -fno-stack-check
OPTION GCC -fpermissive
+#ifdef TOOLS2_LINUX
+OPTION GCC -rdynamic
+#endif
//OPTION GCC -masm=intel
SMPSAFE