diff -r bb1748e0dd9b -r c6e8afe0ba85 secureswitools/swisistools/group/scrtool.mmp --- a/secureswitools/swisistools/group/scrtool.mmp Tue Jun 29 16:50:12 2010 +0300 +++ b/secureswitools/swisistools/group/scrtool.mmp Thu Jul 08 20:28:00 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