equal
deleted
inserted
replaced
15 // This file contains the generic sections of E32 and is included |
15 // This file contains the generic sections of E32 and is included |
16 // in the main BLD.INF file |
16 // in the main BLD.INF file |
17 // |
17 // |
18 // |
18 // |
19 |
19 |
|
20 PRJ_EXPORTS |
|
21 rombuild/rom.flm /epoc32/tools/makefile_templates/base/rom.flm |
|
22 rombuild/rom.meta /epoc32/tools/makefile_templates/base/rom.meta |
|
23 rombuild/rom.xml /epoc32/tools/makefile_templates/base/rom.xml |
20 |
24 |
21 PRJ_EXTENSIONS |
25 PRJ_EXTENSIONS |
22 start extension base/genexec |
26 start extension base/genexec |
|
27 |
|
28 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
29 option INC_PATH /epoc32/include |
|
30 #else |
|
31 option INC_PATH /epoc32/include/platform |
|
32 #endif |
|
33 |
23 |
34 |
24 option EXTRA_SRC_PATH $(EXTENSION_ROOT)/kernel |
35 option EXTRA_SRC_PATH $(EXTENSION_ROOT)/kernel |
25 |
36 |
26 end |
37 end |
27 |
38 |