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: // sl@0: sl@0: // define the macro SYMBIAN_ZLIB_BUILD91 for building against 9.1 release, as back-slashes are required instead sl@0: // of forward-slashes in BLD.INF and MMP files. sl@0: #ifdef SYMBIAN_ZLIB_BUILD91 sl@0: sl@0: PRJ_EXPORTS sl@0: ..\..\inc\zlib.h \epoc32\include\stdapis\zlib.h sl@0: ..\..\inc\zconf.h \epoc32\include\stdapis\zconf.h sl@0: PRJ_MMPFILES sl@0: libzcore_build91.mmp sl@0: libz_build91.mmp sl@0: sl@0: #else sl@0: sl@0: PRJ_EXPORTS sl@0: ../../inc/zlib.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/zlib.h) sl@0: ../../inc/zconf.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/zconf.h) sl@0: PRJ_MMPFILES sl@0: libzcore.mmp sl@0: libz.mmp sl@0: sl@0: #endif sl@0: