stdlibs/libz/group/libzcore_build91.mmp
changeset 59 09fa7c3c5079
parent 52 bf6a71c50e42
child 63 a117ad66e027
equal deleted inserted replaced
52:bf6a71c50e42 59:09fa7c3c5079
     1 /*
       
     2 * Copyright (c) 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 "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 /**
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 @file
       
    25 
       
    26 @SYMPurpose libzcore.dll libz compression library
       
    27 */
       
    28 
       
    29 
       
    30 TARGET			libzcore.dll
       
    31 TARGETTYPE		dll
       
    32 
       
    33 // UID allocated as KUidLibzCore
       
    34 UID  			0x1000008d 0x10285823
       
    35 
       
    36 CAPABILITY 		ALL -TCB
       
    37 VENDORID       VID_DEFAULT
       
    38 VERSION 				10.1
       
    39 
       
    40 USERINCLUDE		../inc
       
    41 USERINCLUDE	    ../zlib
       
    42 
       
    43 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    44 OS_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH		../zlib
       
    47 
       
    48 SOURCE			adler32.cpp compress.cpp deflate.cpp  
       
    49 SOURCE 			trees.cpp  inflate.cpp inftrees.cpp
       
    50 SOURCE			inffast.cpp  uncompr.cpp crc32.cpp
       
    51 SOURCE 			zutil.cpp
       
    52 SOURCE			infback.cpp
       
    53 
       
    54 #ifdef EABI
       
    55 // this is used to ensure "best perfomance" compilation options
       
    56 ALWAYS_BUILD_AS_ARM
       
    57 OPTION ARMCC -Otime
       
    58 OPTION_REPLACE ARMCC -O2 -O3
       
    59 #endif
       
    60 
       
    61 LIBRARY			euser.lib
       
    62 
       
    63 DEFFILE ../~/libzcore.def
       
    64 
       
    65 SMPSAFE