secureswitools/swisistools/group/dumpsislib.mmp
changeset 0 ba25891c3a9e
child 24 5cc91383ab1e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * This mmp file is used to replace calling makefile directly.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET			libdumpsis.a
       
    21 TARGETTYPE		LIB
       
    22 
       
    23 USERINCLUDE 	../source/dumpsislib
       
    24 USERINCLUDE 	../source/sisxlibrary
       
    25 USERINCLUDE 	../../swianalysistoolkit/source/common
       
    26 
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 SYSTEMINCLUDE	../../openssllib/import/inc 
       
    30 
       
    31 SOURCEPATH		../source/dumpsislib
       
    32 
       
    33 SOURCE			dumpsis.cpp	
       
    34 
       
    35 #ifndef TOOLS2_LINUX
       
    36 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE
       
    37 #else
       
    38 MACRO	_UNICODE _CONSOLE UNICODE
       
    39 #endif
       
    40 
       
    41 OPTION			GCC -w
       
    42 OPTION			GCC -fno-stack-check
       
    43 OPTION			GCC -fpermissive
       
    44