os/ossrv/compressionlibs/ziplib/group/libz/libz_build91.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // This MMP file is to be used when building against 9.1 release where the tool chain is expecting backslashes 
    15 // instead of forward slashes as expected in later releases.
    16 // libz.dll zlib compression library
    17 // 
    18 //
    19 
    20 /**
    21  @file
    22 */
    23 
    24 
    25 TARGET			libz.dll
    26 TARGETTYPE		dll
    27 
    28 UID            0x1000008d 0x10281F2E
    29 
    30 
    31 CAPABILITY 		ALL -TCB
    32 VENDORID        0x70000001
    33 VERSION 				10.1
    34 
    35 USERINCLUDE		..\..\inc
    36 USERINCLUDE		..\..\src\zlib
    37 OS_LAYER_SYSTEMINCLUDE
    38 OS_LAYER_LIBC_SYSTEMINCLUDE
    39 
    40 SOURCEPATH		..\..\src\zlib
    41 SOURCE			zlibapiwrapper.cpp 
    42 SOURCE			gzio.cpp 
    43 
    44 LIBRARY			libzcore.lib
    45 LIBRARY			libc.lib
    46 
    47 DEFFILE ..\..\~\libz.def
    48 
    49 // This macro must be defined to stop compiler error when building with GCCXML
    50 #ifdef GCCXML
    51 MACRO __wchar_t_defined
    52 #endif //GCCXML
    53 
    54 SMPSAFE