secureswitools/swisistools/group/sisxlibrary.mmp
changeset 0 ba25891c3a9e
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			libsisx.a
       
    21 TARGETTYPE		LIB
       
    22 
       
    23 USERINCLUDE 	../source/sisxlibrary
       
    24 USERINCLUDE 	../../swianalysistoolkit/source/common
       
    25 USERINCLUDE 	../../swianalysistoolkit/source/common/utf8
       
    26 
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 SYSTEMINCLUDE	../../openssllib/import/inc 
       
    30 
       
    31 SOURCEPATH		../source/sisxlibrary
       
    32 
       
    33 SOURCE			basefile.cpp
       
    34 SOURCE			datetime.cpp
       
    35 SOURCE			exception.cpp
       
    36 SOURCE			fieldroot.cpp
       
    37 SOURCE			header.cpp
       
    38 SOURCE			raw.cpp
       
    39 SOURCE			sharedcount.cpp
       
    40 SOURCE			siscapabilities.cpp
       
    41 SOURCE			siscompressed.cpp
       
    42 SOURCE			siscontents.cpp
       
    43 SOURCE			siscontroller.cpp
       
    44 SOURCE			sisdata.cpp
       
    45 SOURCE			sisdate.cpp
       
    46 SOURCE			sisdependency.cpp
       
    47 SOURCE			sisexpression.cpp
       
    48 SOURCE			siselseif.cpp
       
    49 SOURCE			sisfiledata.cpp
       
    50 SOURCE			sisfiledescription.cpp
       
    51 SOURCE			sishash.cpp
       
    52 SOURCE			sisif.cpp
       
    53 SOURCE			sisinfo.cpp
       
    54 SOURCE			sisinstallblock.cpp
       
    55 SOURCE			sislanguage.cpp
       
    56 SOURCE			sislogo.cpp
       
    57 SOURCE			sisprerequisites.cpp
       
    58 SOURCE			sisproperties.cpp
       
    59 SOURCE			sissignaturealgorithm.cpp
       
    60 SOURCE			sisstring.cpp
       
    61 SOURCE			sissupportedlanguages.cpp
       
    62 SOURCE			sissupportedoption.cpp
       
    63 SOURCE			sissupportedoptions.cpp
       
    64 SOURCE			sistime.cpp
       
    65 SOURCE			sisversion.cpp
       
    66 SOURCE			sisversionrange.cpp
       
    67 SOURCE			unknownfield.cpp
       
    68 SOURCE			utility.cpp
       
    69 SOURCE			utils.cpp
       
    70 
       
    71 #ifndef TOOLS2_LINUX
       
    72 SOURCE	utility_windows.cpp
       
    73 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE
       
    74 #else
       
    75 SOURCE  utility_linux.cpp
       
    76 MACRO	_UNICODE _CONSOLE UNICODE
       
    77 #endif
       
    78 
       
    79 
       
    80 SOURCEPATH		../../swianalysistoolkit/source/common/utf8
       
    81 SOURCE			utf8.cpp
       
    82 
       
    83 
       
    84 OPTION			GCC -w
       
    85 OPTION			GCC -fno-stack-check
       
    86 OPTION			GCC -fpermissive
       
    87