imgtools/romtools/rofsbuild/rofsbuild.mmp
changeset 0 044383f39525
child 590 360bd6b35136
child 606 30b30f9da0b7
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 /*
       
     2 * Copyright (c) 2003-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 
       
    20 TARGET			rofsbuild.exe
       
    21 TARGETTYPE		exe
       
    22 
       
    23 // rofsbuild
       
    24 SOURCEPATH	../rofsbuild
       
    25 SOURCE			 r_obey.cpp r_build.cpp r_rofs.cpp r_driveimage.cpp r_driveutl.cpp
       
    26 SOURCE			 rofsbuild.cpp r_coreimage.cpp r_smrimage.cpp
       
    27 SOURCEPATH	../../imglib/host
       
    28 SOURCE			h_utl.cpp h_file.cpp h_mem.cpp
       
    29 
       
    30 // executable compression
       
    31 SOURCEPATH	../../imglib/e32uid
       
    32 SOURCE			e32uid.cpp
       
    33 sourcepath      ../../imglib/e32image
       
    34 source                  e32image.cpp
       
    35 sourcepath      ../../imglib/e32image/deflate
       
    36 source                  decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp
       
    37 source                  compress.cpp
       
    38 sourcepath  	../../imglib/compress
       
    39 source					byte_pair.cpp pagedcompress.cpp
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 USERINCLUDE   ../../imglib/inc ../../imglib/compress ../../imglib/filesystem/include 
       
    44 USERINCLUDE   ../../imglib/patchdataprocessor/include ../../imglib/parameterfileprocessor/include
       
    45 USERINCLUDE	  ../../imglib/memmap/include
       
    46 USERINCLUDE   ../../imglib/boostlibrary/
       
    47 
       
    48 STATICLIBRARY 	filesystem 
       
    49 STATICLIBRARY   patchdataprocessor
       
    50 STATICLIBRARY   parameterfileprocessor
       
    51 STATICLIBRARY	memmap
       
    52 #ifdef TOOLS2_LINUX
       
    53 STATICLIBRARY   boost_thread-mgw34-mt-1_39_linux
       
    54 OPTION    GCC -pthread -O2 -Wno-uninitialized
       
    55 #else
       
    56 STATICLIBRARY   boost_thread-mgw34-mt-1_39_win32
       
    57 OPTION    GCC -mthreads -O2 -Wno-uninitialized
       
    58 #endif
       
    59 
       
    60 
       
    61 VENDORID 0x70000001