author | William Roberts <williamr@symbian.org> |
Fri, 11 Jun 2010 17:54:34 +0100 | |
branch | GCC_SURGE |
changeset 143 | de794338254b |
parent 99 | 6e5f9f6173bc |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 1998-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 the License "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 |
// e32/generic.inf |
|
15 |
// This file contains the generic sections of E32 and is included |
|
16 |
// in the main BLD.INF file |
|
17 |
// |
|
18 |
// |
|
19 |
||
99
6e5f9f6173bc
re-apply changes to support syborg rom
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
20 |
PRJ_EXPORTS |
6e5f9f6173bc
re-apply changes to support syborg rom
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
21 |
rombuild/rom.flm /epoc32/tools/makefile_templates/base/rom.flm |
6e5f9f6173bc
re-apply changes to support syborg rom
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
22 |
rombuild/rom.meta /epoc32/tools/makefile_templates/base/rom.meta |
6e5f9f6173bc
re-apply changes to support syborg rom
andy simpson <andrews@symbian.org>
parents:
90
diff
changeset
|
23 |
rombuild/rom.xml /epoc32/tools/makefile_templates/base/rom.xml |
0 | 24 |
|
25 |
PRJ_EXTENSIONS |
|
26 |
start extension base/genexec |
|
27 |
||
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
28 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
29 |
option INC_PATH $(EPOCROOT)epoc32/include |
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
30 |
#else |
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
31 |
option INC_PATH $(EPOCROOT)epoc32/include/platform |
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
32 |
#endif |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
33 |
|
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
34 |
|
0 | 35 |
option EXTRA_SRC_PATH $(EXTENSION_ROOT)/kernel |
36 |
||
37 |
end |
|
38 |
||
39 |
PRJ_MMPFILES |
|
40 |
#if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86) |
|
41 |
||
42 |
#if !defined(MARM_THUMB) && !defined(MARM_ARMI) |
|
43 |
kernel/ekll |
|
44 |
#endif |
|
45 |
||
46 |
#endif |
|
47 |