author | Mike Kinghan <mikek@symbian.org> |
Wed, 01 Dec 2010 12:02:41 +0000 | |
changeset 42 | cf609178ac39 |
parent 41 | 1600211976c3 |
permissions | -rwxr-xr-x |
2
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
1 |
/* |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
2 |
* Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
3 |
* All rights reserved. |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
5 |
* under the terms of the License "Eclipse Public License v1.0" |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
8 |
* |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
9 |
* Initial Contributors: |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
11 |
* |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
12 |
* Contributors: |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
13 |
* |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
14 |
* Description: |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
15 |
* |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
16 |
*/ |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
17 |
|
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
18 |
#include <productvariant.hrh> |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
19 |
|
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
20 |
PRJ_PLATFORMS |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
21 |
TOOLS2 |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
22 |
|
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
23 |
PRJ_EXPORTS |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
24 |
|
41
1600211976c3
1) Add imgtools/romtools to the targets for which exports are performed by fix_tools_exports.pl
Mike Kinghan <mikek@symbian.org>
parents:
26
diff
changeset
|
25 |
#ifndef TOOLS2_LINUX |
2
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
26 |
../maksym/fixupsym.bat EPOCROOT_EXPORT_PATH(epoc32/tools/fixupsym.bat) |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
27 |
../maksym/hpsym.bat /epoc32/tools/hpsym.bat |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
28 |
../maksym/maksym.bat /epoc32/tools/maksym.bat |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
29 |
../maksym/maksymrofs.bat /epoc32/tools/maksymrofs.bat |
41
1600211976c3
1) Add imgtools/romtools to the targets for which exports are performed by fix_tools_exports.pl
Mike Kinghan <mikek@symbian.org>
parents:
26
diff
changeset
|
30 |
#endif |
2
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
31 |
../maksym/fixupsym.pl /epoc32/tools/fixupsym.pl |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
32 |
../maksym/hpsym.pl /epoc32/tools/hpsym.pl |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
33 |
../maksym/maksym.pl /epoc32/tools/maksym.pl |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
34 |
../maksym/maksymrofs.pl /epoc32/tools/maksymrofs.pl |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
35 |
|
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
36 |
../rombuild/checkstubs.pl /epoc32/rom/tools/checkstubs.pl |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
37 |
../rombuild/addextension.pl /epoc32/rom/tools/addextension.pl |
26
d10c1f04b2be
Linux support for ROM building under Raptor
Mike Kinghan <mikek@symbian.org>
parents:
2
diff
changeset
|
38 |
../rombuild/romnibus.pl /epoc32/rom/tools/romnibus.pl |
41
1600211976c3
1) Add imgtools/romtools to the targets for which exports are performed by fix_tools_exports.pl
Mike Kinghan <mikek@symbian.org>
parents:
26
diff
changeset
|
39 |
#ifdef TOOLS2_LINUX |
26
d10c1f04b2be
Linux support for ROM building under Raptor
Mike Kinghan <mikek@symbian.org>
parents:
2
diff
changeset
|
40 |
../rombuild/Armutl.pm /epoc32/tools/Armutl.pm |
d10c1f04b2be
Linux support for ROM building under Raptor
Mike Kinghan <mikek@symbian.org>
parents:
2
diff
changeset
|
41 |
../rombuild/BPABIutl.pm /epoc32/tools/BPABIutl.pm |
d10c1f04b2be
Linux support for ROM building under Raptor
Mike Kinghan <mikek@symbian.org>
parents:
2
diff
changeset
|
42 |
../rombuild/E32Plat.pm /epoc32/tools/E32Plat.pm |
d10c1f04b2be
Linux support for ROM building under Raptor
Mike Kinghan <mikek@symbian.org>
parents:
2
diff
changeset
|
43 |
../rombuild/E32Variant.pm /epoc32/tools/E32Variant.pm |
d10c1f04b2be
Linux support for ROM building under Raptor
Mike Kinghan <mikek@symbian.org>
parents:
2
diff
changeset
|
44 |
../rombuild/GCCEV5.bsf /epoc32/tools/GCCEV5.bsf |
41
1600211976c3
1) Add imgtools/romtools to the targets for which exports are performed by fix_tools_exports.pl
Mike Kinghan <mikek@symbian.org>
parents:
26
diff
changeset
|
45 |
#endif |
2
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
46 |
|
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
47 |
PRJ_MMPFILES |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
48 |
readimage |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
49 |
../rofsbuild/rofsbuild.mmp |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
50 |
../rombuild/rombuild.mmp |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
51 |
|
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
52 |
PRJ_TESTMMPFILES |
39c28ec933dd
Removing all prior files. Adding a complete branch of the 'build' package with fixes
mikek
parents:
diff
changeset
|
53 |
../rombuild/r_t_areaset |