secureswitools/swisistools/group/interpretsis.mmp
changeset 60 245df5276b97
parent 25 98b66e4fb0be
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    24 USERINCLUDE 		../source/interpretsis
    24 USERINCLUDE 		../source/interpretsis
    25 USERINCLUDE 		../source/interpretsislib
    25 USERINCLUDE 		../source/interpretsislib
    26 USERINCLUDE 		../source/sisxlibrary
    26 USERINCLUDE 		../source/sisxlibrary
    27 USERINCLUDE 		../source/common
    27 USERINCLUDE 		../source/common
    28 USERINCLUDE 		../../swianalysistoolkit/source/common
    28 USERINCLUDE 		../../swianalysistoolkit/source/common
       
    29 USERINCLUDE 		../../swianalysistoolkit/source/common/utf8
    29 
    30 
    30 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    31 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    31 USERINCLUDE 		../source/rscparser
    32 USERINCLUDE 		../source/rscparser
    32 USERINCLUDE		../source/xmlparser
    33 USERINCLUDE		../source/xmlparser
    33 #endif // SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    34 #endif // SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    53 #endif //SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    54 #endif //SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    54 
    55 
    55 #ifndef TOOLS2_LINUX
    56 #ifndef TOOLS2_LINUX
    56 STATICLIBRARY		eay32 zlib seclib
    57 STATICLIBRARY		eay32 zlib seclib
    57 #else
    58 #else
    58 STATICLIBRARY		crypto zlib seclib 
    59 STATICLIBRARY		crypto zlib seclib dl
       
    60 LIBRARY c
    59 #endif
    61 #endif
    60 
    62 
    61 OPTION			GCC -w
    63 OPTION			GCC -w
    62 OPTION			GCC -fno-stack-check
    64 OPTION			GCC -fno-stack-check
    63 OPTION			GCC -fpermissive
    65 OPTION			GCC -fpermissive
       
    66 #ifdef TOOLS2_LINUX
       
    67 OPTION			GCC -rdynamic
       
    68 #endif // TOOLS2_LINUX
    64 MACRO			_UNICODE _CONSOLE _STLP_THREADS UNICODE __GNUG__
    69 MACRO			_UNICODE _CONSOLE _STLP_THREADS UNICODE __GNUG__
    65 
    70