equal
deleted
inserted
replaced
|
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 // |
|
15 |
|
16 // define the macro SYMBIAN_ZLIB_BUILD91 for building against 9.1 release, as back-slashes are required instead |
|
17 // of forward-slashes in BLD.INF and MMP files. |
|
18 #ifdef SYMBIAN_ZLIB_BUILD91 |
|
19 |
|
20 PRJ_EXPORTS |
|
21 ..\..\inc\zlib.h \epoc32\include\stdapis\zlib.h |
|
22 ..\..\inc\zconf.h \epoc32\include\stdapis\zconf.h |
|
23 PRJ_MMPFILES |
|
24 libzcore_build91.mmp |
|
25 libz_build91.mmp |
|
26 |
|
27 #else |
|
28 |
|
29 PRJ_EXPORTS |
|
30 ../../inc/zlib.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/zlib.h) |
|
31 ../../inc/zconf.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/zconf.h) |
|
32 PRJ_MMPFILES |
|
33 libzcore.mmp |
|
34 libz.mmp |
|
35 |
|
36 #endif |
|
37 |