imgtools/imgcheck/group/imgcheck.mmp
changeset 0 044383f39525
child 590 360bd6b35136
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 /*
       
     2 * Copyright (c) 2007-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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET        imgcheck.exe
       
    20 TARGETTYPE    exe
       
    21 
       
    22 SOURCEPATH	../src
       
    23 SOURCE		cmdlinehandler.cpp depchecker.cpp hash.cpp main.cpp
       
    24 SOURCE		imgcheckmanager.cpp sidchecker.cpp vidchecker.cpp common.cpp checker.cpp reporter.cpp
       
    25 SOURCE		exceptionimplementation.cpp exceptionreporter.cpp
       
    26 SOURCE 		cmdlinewriter.cpp xmlwriter.cpp dbgflagchecker.cpp
       
    27 USERINCLUDE ../libimgutils/inc ../inc ../../imglib/compress
       
    28 USERINCLUDE   ../../imglib/boostlibrary
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 SYSTEMINCLUDE ../libxml ../ 
       
    32 
       
    33 SYSTEMINCLUDE ../../imglib/inc ../../romtools/rofsbuild
       
    34 
       
    35 STATICLIBRARY imgutils xml2 wsock32 stlport.5.1 patchdataprocessor
       
    36 #ifdef TOOLS2_LINUX
       
    37 STATICLIBRARY   boost_thread-mgw34-mt-1_39_linux
       
    38 OPTION    GCC -pthread -O2 -Wno-uninitialized
       
    39 #else
       
    40 STATICLIBRARY   boost_thread-mgw34-mt-1_39_win32
       
    41 OPTION    GCC -mthreads -O2 -Wno-uninitialized
       
    42 #endif