compressionlibs/ziplib/group/libz/libz_build91.mmp
changeset 0 e4d67989cc36
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 // 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 
       
    34 USERINCLUDE		..\..\inc
       
    35 USERINCLUDE		..\..\src\zlib
       
    36 OS_LAYER_SYSTEMINCLUDE
       
    37 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH		..\..\src\zlib
       
    40 SOURCE			zlibapiwrapper.cpp 
       
    41 SOURCE			gzio.cpp 
       
    42 
       
    43 LIBRARY			libzcore.lib
       
    44 LIBRARY			libc.lib
       
    45 
       
    46 DEFFILE ..\..\~\libz.def
       
    47 
       
    48 // This macro must be defined to stop compiler error when building with GCCXML
       
    49 #ifdef GCCXML
       
    50 MACRO __wchar_t_defined
       
    51 #endif //GCCXML
       
    52 
       
    53 SMPSAFE