imgtools/romtools/rombuild/rombuild.mmp
changeset 2 39c28ec933dd
equal deleted inserted replaced
1:820b22e13ff1 2:39c28ec933dd
       
     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			rombuild.exe
       
    21 targettype		exe
       
    22 
       
    23 sourcepath	.
       
    24 source			 r_dir.cpp r_header.cpp r_obey.cpp r_srec.cpp
       
    25 source			 r_rom.cpp rombuild.cpp r_build.cpp r_collapse.cpp
       
    26 source			 r_global.cpp r_areaset.cpp
       
    27 source			 r_coreimage.cpp r_coreimagereader.cpp
       
    28 sourcepath	../../imglib/e32uid
       
    29 source			e32uid.cpp
       
    30 sourcepath	../../imglib/host
       
    31 source			h_file.cpp h_mem.cpp h_utl.cpp
       
    32 sourcepath	../../imglib/e32image
       
    33 source			e32image.cpp
       
    34 sourcepath	../../imglib/e32image/deflate
       
    35 source			decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp
       
    36 source			compress.cpp
       
    37 sourcepath	../../imglib/compress
       
    38 source			byte_pair.cpp
       
    39 source			pagedcompress.cpp
       
    40 
       
    41 userinclude	../../imglib/compress 	../../imglib/inc 
       
    42 userinclude	../../imglib/patchdataprocessor/include ../../imglib/parameterfileprocessor/include
       
    43 userinclude ../../imglib/memmap/include
       
    44 #ifndef TOOLS2_LINUX
       
    45 userinclude	../../imglib/boostlibrary/
       
    46 #endif
       
    47 
       
    48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 
       
    50 staticlibrary	patchdataprocessor
       
    51 staticlibrary   parameterfileprocessor
       
    52 staticlibrary 	memmap
       
    53 
       
    54 #ifdef TOOLS2_LINUX
       
    55 OPTION    GCC -pthread -O2 -Wno-uninitialized -lboost_thread-mt
       
    56 #else
       
    57 STATICLIBRARY   boost_thread-mgw34-mt-1_39_win32
       
    58 OPTION    GCC -O2 -Wno-uninitialized -mthreads
       
    59 #endif
       
    60 
       
    61 VENDORID 0x70000001