stdlibs/libz/group/libz_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 #include <platform_paths.hrh>
       
    20 
       
    21 /**
       
    22 @file
       
    23 @SYMPurpose libz.dll zlib compression library
       
    24 */
       
    25 
       
    26 
       
    27 TARGET			libz.dll
       
    28 TARGETTYPE		dll
       
    29 
       
    30 UID            0x1000008d 0x10281F2E
       
    31 
       
    32 
       
    33 CAPABILITY 		ALL -TCB
       
    34 VENDORID       VID_DEFAULT
       
    35 VERSION 				10.1
       
    36 
       
    37 USERINCLUDE		../inc
       
    38 USERINCLUDE		../zlib
       
    39 
       
    40 
       
    41 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    42 OS_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SOURCEPATH		../zlib
       
    45 SOURCE			zlibapiwrapper.cpp 
       
    46 SOURCE			gzio.cpp 
       
    47 
       
    48 LIBRARY			libzcore.lib
       
    49 LIBRARY			libc.lib
       
    50 
       
    51 DEFFILE ../~/libz.def
       
    52 
       
    53 // This macro must be defined to stop compiler error when building with GCCXML
       
    54 #ifdef GCCXML
       
    55 MACRO __wchar_t_defined
       
    56 #endif //GCCXML
       
    57 
       
    58 SMPSAFE