secureswitools/swisistools/group/scrtool.mmp
changeset 60 245df5276b97
parent 0 ba25891c3a9e
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 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".
    25 USERINCLUDE 		../../swianalysistoolkit/source/common
    25 USERINCLUDE 		../../swianalysistoolkit/source/common
    26 USERINCLUDE 		../../swianalysistoolkit/source/common/utf8
    26 USERINCLUDE 		../../swianalysistoolkit/source/common/utf8
    27 USERINCLUDE 		../source/xmlparser
    27 USERINCLUDE 		../source/xmlparser
    28 USERINCLUDE 		../source/dbmanager
    28 USERINCLUDE 		../source/dbmanager
    29 USERINCLUDE 		../source/dbmanager/sqlite
    29 USERINCLUDE 		../source/dbmanager/sqlite
       
    30 USERINCLUDE			../source/sisxlibrary
    30 
    31 
    31 SYSTEMINCLUDE 		../source/xmlparser/xerces/include
    32 SYSTEMINCLUDE 		../source/xmlparser/xerces/include
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 SYSTEMINCLUDE 		../../openssllib/import/inc/openssl
    34 SYSTEMINCLUDE 		../../openssllib/import/inc/openssl
    34 SYSTEMINCLUDE 		../../openssllib/import/inc
    35 SYSTEMINCLUDE 		../../openssllib/import/inc
    44 
    45 
    45 SOURCEPATH 		../source/common
    46 SOURCEPATH 		../source/common
    46 SOURCE			logs.cpp exception.cpp util.cpp
    47 SOURCE			logs.cpp exception.cpp util.cpp
    47 
    48 
    48 
    49 
    49 STATICLIBRARY		eay32 xerces
    50 STATICLIBRARY		xerces
       
    51 STATICLIBRARY		sisx
       
    52 #ifndef TOOLS2_LINUX
       
    53 STATICLIBRARY		eay32
       
    54 #else
       
    55 STATICLIBRARY		crypto dl c
       
    56 #endif
       
    57 
    50 
    58 
    51 #ifndef TOOLS2_LINUX
    59 #ifndef TOOLS2_LINUX
    52 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__ XML_LIBRARY
    60 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__ XML_LIBRARY
    53 #else
    61 #else
    54 MACRO	_UNICODE _CONSOLE UNICODE LINUX __GNUG__ XML_LIBRARY
    62 MACRO	_UNICODE _CONSOLE UNICODE LINUX __GNUG__ XML_LIBRARY
    58 SOURCE			../../../swianalysistoolkit/source/common/utf8/utf8.cpp 
    66 SOURCE			../../../swianalysistoolkit/source/common/utf8/utf8.cpp 
    59 
    67 
    60 OPTION			GCC -w
    68 OPTION			GCC -w
    61 OPTION			GCC -fno-stack-check
    69 OPTION			GCC -fno-stack-check
    62 OPTION			GCC -fpermissive
    70 OPTION			GCC -fpermissive
       
    71 #ifdef TOOLS2_LINUX
       
    72 OPTION			GCC -rdynamic
       
    73 #endif 
    63 //OPTION			GCC -masm=intel
    74 //OPTION			GCC -masm=intel
    64 SMPSAFE
    75 SMPSAFE