|
1 // bld.inf |
|
2 // |
|
3 // Copyright (c) 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "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 // Accenture - Initial contribution |
|
11 // |
|
12 #include "..\..\documentation\bld.inf" |
|
13 #include "..\..\commands\group\bld.inf" |
|
14 #include "..\..\core\group\bld.inf" |
|
15 #include "..\..\libraries\extrabtrace\group\bld.inf" |
|
16 #include "..\..\libraries\btrace_parser\group\bld.inf" |
|
17 #include "..\..\libraries\btserial\group\bld.inf" |
|
18 #include "..\..\libraries\clogger\group\bld.inf" |
|
19 #include "..\..\libraries\iosrv\group\bld.inf" |
|
20 #include "..\..\libraries\lineeditor\group\bld.inf" |
|
21 #include "..\..\libraries\ltkutils\group\bld.inf" |
|
22 #include "..\..\libraries\memoryaccess\bld.inf" |
|
23 #include "..\..\libraries\qr3\group\bld.inf" |
|
24 #ifdef FSHELL_SPCRE_SUPPORT |
|
25 #include "..\..\libraries\spcre\group\bld.inf" |
|
26 #endif |
|
27 #include "..\..\plugins\consoles\common\bld.inf" |
|
28 #include "..\..\plugins\consoles\consoleproxy\group\bld.inf" |
|
29 #include "..\..\plugins\consoles\defcons\group\bld.inf" |
|
30 #include "..\..\plugins\consoles\guicons\group\bld.inf" |
|
31 #include "..\..\plugins\consoles\iocons\group\bld.inf" |
|
32 #include "..\..\plugins\consoles\nullcons\group\bld.inf" |
|
33 #include "..\..\plugins\consoles\rcons\group\bld.inf" |
|
34 #include "..\..\plugins\consoles\vt100cons\group\bld.inf" |
|
35 #include "..\..\plugins\consoles\win32cons\group\bld.inf" |
|
36 #include "..\..\plugins\networking\nullnif\group\bld.inf" |
|
37 #include "..\..\plugins\networking\tcpcsy\group\bld.inf" |
|
38 #include "..\..\plugins\networking\winsockprt\group\bld.inf" |
|
39 |
|
40 PRJ_EXPORTS |
|
41 FSHELL_ROM_INCLUDE(fshell.iby) |
|
42 FSHELL_ROM_INCLUDE(fsh_config.iby) |
|
43 FSHELL_ROM_INCLUDE(fsh_rombuild_defs.iby) |
|
44 FSHELL_ROM_INCLUDE(fsh_makesis_defs.iby) |
|
45 FSHELL_ROM_INCLUDE(fsh_manifest_defs.iby) |
|
46 |
|
47 .\common.mmh fshell/common.mmh |
|
48 .\fsh_system_include.mmh fshell/fsh_system_include.mmh |
|
49 |
|
50 // We have to export common.mmh (and platform.mmh) to rom\include as well so IBYs can access them |
|
51 FSHELL_ROM_INCLUDE2(common.mmh, fshell\common.mmh) |
|
52 |
|
53 ..\..\tools\createsrc \epoc32\tools\createsrc |
|
54 ..\..\tools\createsrc.bat \epoc32\tools\createsrc.bat |
|
55 ..\..\tools\exportall \epoc32\tools\exportall |
|
56 |
|
57 PRJ_MMPFILES |
|
58 |
|
59 //TODO figure out why SBS doesn't like this... |
|
60 //gnumakefile ..\..\tools\export_templates.mk |