equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-2001 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <platform/mw/Browser_platform_variant.hrh> |
|
20 |
|
21 TARGET object.lib |
|
22 TARGETTYPE lib |
|
23 |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH ../../src/object/src/ |
|
28 |
|
29 SOURCE Aggregate.c |
|
30 SOURCE Base.c |
|
31 SOURCE Core.c |
|
32 SOURCE Dynamic.c |
|
33 SOURCE Factory.c |
|
34 SOURCE Interface.c |
|
35 SOURCE Object.c |
|
36 SOURCE Secondary.c |
|
37 SOURCE Shared.c |
|
38 |
|
39 USERINCLUDE . |
|
40 USERINCLUDE ../../src/object/include |
|
41 SYSTEMINCLUDE ../../src/utils/include |
|
42 MW_LAYER_SYSTEMINCLUDE |
|
43 MW_LAYER_LIBC_SYSTEMINCLUDE |