compressionlibs/ziplib/group/libz/libz.mmp
changeset 0 e4d67989cc36
child 27 3a7375419266
child 34 5fae379060a7
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 // libz.dll zlib compression library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			libz.dll
       
    24 TARGETTYPE		dll
       
    25  
       
    26 //UID3 set by "supplier" and must be retained for compatibility.
       
    27 UID            0x1000008d 0x10281F2E
       
    28 
       
    29 CAPABILITY 		ALL -TCB
       
    30 VENDORID        0x70000001
       
    31 
       
    32 USERINCLUDE		../../inc
       
    33 USERINCLUDE		../../src/zlib
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    36 
       
    37 SOURCEPATH		../../src/zlib
       
    38 SOURCE			zlibapiwrapper.cpp 
       
    39 SOURCE			gzio.cpp 
       
    40 
       
    41 #ifdef X86GCC
       
    42 LIBRARY			euser.lib
       
    43 #endif
       
    44 LIBRARY			libzcore.lib
       
    45 LIBRARY			libc.lib
       
    46 
       
    47 DEFFILE ../../~/libz.def
       
    48 
       
    49 // This macro must be defined to stop the following compiler error when building with GCCXML:
       
    50 // stdlib.h: error: redeclaration of C++ built-in type `wchar_t'
       
    51 // This error is caused as the GCC compiler compiler defines 'wchar_t' internally, but it is
       
    52 // also defined in stdlib.h.  The macro below stops stdlib.h from defining wchar_t.
       
    53 #ifdef GCCXML
       
    54 MACRO __wchar_t_defined
       
    55 #endif //GCCXML
       
    56 SMPSAFE