sl@0: // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // libz.dll zlib compression library sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: sl@0: TARGET libz.dll sl@0: TARGETTYPE dll sl@0: sl@0: //UID3 set by "supplier" and must be retained for compatibility. sl@0: UID 0x1000008d 0x10281F2E sl@0: sl@0: CAPABILITY ALL -TCB sl@0: VENDORID 0x70000001 sl@0: VERSION 10.1 sl@0: sl@0: USERINCLUDE ../../inc sl@0: USERINCLUDE ../../src/zlib sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: sl@0: SOURCEPATH ../../src/zlib sl@0: SOURCE zlibapiwrapper.cpp sl@0: SOURCE gzio.cpp sl@0: sl@0: #ifdef X86GCC sl@0: LIBRARY euser.lib sl@0: #endif sl@0: LIBRARY libzcore.lib sl@0: LIBRARY libc.lib sl@0: sl@0: DEFFILE ../../~/libz.def sl@0: sl@0: // This macro must be defined to stop the following compiler error when building with GCCXML: sl@0: // stdlib.h: error: redeclaration of C++ built-in type `wchar_t' sl@0: // This error is caused as the GCC compiler compiler defines 'wchar_t' internally, but it is sl@0: // also defined in stdlib.h. The macro below stops stdlib.h from defining wchar_t. sl@0: #ifdef GCCXML sl@0: MACRO __wchar_t_defined sl@0: #endif //GCCXML sl@0: SMPSAFE