author | Stephane Lenclud <tortoisehg@lenclud.com> |
Mon, 04 Jan 2010 16:51:21 +0100 | |
branch | anywhere |
changeset 22 | 5c5219488d00 |
parent 16 | 6d8ad5bee44b |
child 64 | eeae1e4e84ea |
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 |
||
5
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
0
diff
changeset
|
20 |
PRJ_EXPORTS |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
0
diff
changeset
|
21 |
rombuild/rom.flm /epoc32/tools/makefile_templates/base/rom.flm |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
0
diff
changeset
|
22 |
rombuild/rom.meta /epoc32/tools/makefile_templates/base/rom.meta |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
0
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 |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
29 |
option INC_PATH /epoc32/include |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
30 |
#else |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
31 |
option INC_PATH /epoc32/include/platform |
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 |