secureswitools/swisistools/group/dbtool.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			dbtool.exe
       
    21 TARGETTYPE		exe
       
    22 
       
    23 USERINCLUDE 		../source/dbtool
       
    24 USERINCLUDE 		../source/common
       
    25 USERINCLUDE 		../../swianalysistoolkit/source/common
       
    26 USERINCLUDE 		../../swianalysistoolkit/source/common/utf8
       
    27 USERINCLUDE 		../source/xmlparser
       
    28 USERINCLUDE 		../source/dbmanager
       
    29 USERINCLUDE 		../source/dbmanager/sqlite
       
    30 
       
    31 SYSTEMINCLUDE 		../source/xmlparser/xerces/include
       
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 SYSTEMINCLUDE 		../../openssllib/import/inc/openssl
       
    34 SYSTEMINCLUDE 		../../openssllib/import/inc
       
    35 
       
    36 SOURCEPATH		../source/dbtool
       
    37 SOURCE			main.cpp options.cpp
       
    38 
       
    39 SOURCEPATH		../source/xmlparser
       
    40 SOURCE			xmlparser.cpp
       
    41 
       
    42 SOURCEPATH		../source/dbmanager
       
    43 SOURCE			dblayer.cpp dbprocessor.cpp
       
    44 
       
    45 SOURCEPATH 		../source/common
       
    46 SOURCE			logs.cpp exception.cpp util.cpp
       
    47 
       
    48 
       
    49 STATICLIBRARY		eay32 xerces
       
    50 
       
    51 #ifndef TOOLS2_LINUX
       
    52 MACRO	_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE __GNUG__ XML_LIBRARY
       
    53 #else
       
    54 MACRO	_UNICODE _CONSOLE UNICODE LINUX __GNUG__ XML_LIBRARY
       
    55 #endif
       
    56 
       
    57 
       
    58 SOURCEPATH 		../../swianalysistoolkit/source/common/utf8
       
    59 SOURCE			utf8.cpp
       
    60 
       
    61 OPTION			GCC -w
       
    62 OPTION			GCC -fno-stack-check
       
    63 OPTION			GCC -fpermissive
       
    64 //OPTION			GCC -masm=intel
       
    65 SMPSAFE