equal
deleted
inserted
replaced
|
1 # Makefile for generating .IBY stuff needed for rombuilding |
|
2 |
|
3 CLEAN : |
|
4 |
|
5 FINAL : |
|
6 |
|
7 FREEZE : |
|
8 |
|
9 LIB : |
|
10 |
|
11 MAKMAKE : |
|
12 |
|
13 RESOURCE : |
|
14 |
|
15 BLD : |
|
16 |
|
17 SAVESPACE : |
|
18 |
|
19 RELEASABLES : |
|
20 |
|
21 ROMFILE : |
|
22 @echo file=\epoc32\release\##MAIN##\##BUILD##\setcap.exe \sys\bin\setcap.exe |
|
23 @echo data=\epoc32\data\z\test\UnicodeData.txt test\UnicodeData.txt |
|
24 @echo #if defined(INST_ARMV5) |
|
25 @echo data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oedll.dll sys\bin\t_oedll.dll attrib=r |
|
26 @echo data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oedll1.dll sys\bin\t_oedll1.dll attrib=r |
|
27 @echo data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oeexport.exe sys\bin\t_oeexport.exe attrib=r |
|
28 @echo data=\EPOC32\RELEASE\##MAIN##\##BUILD##\t_oeexport1.exe sys\bin\t_oeexport1.exe attrib=r |
|
29 @echo #endif |
|
30 @echo data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\corrupt1.dat sys\data\corrupt1.dat unpaged paging_unmovable |
|
31 @echo data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\corrupt2.dat sys\data\corrupt2.dat unpaged paging_unmovable |
|
32 @echo data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\empty.dat sys\data\empty.dat unpaged paging_unmovable |
|
33 @echo data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos.dat sys\data\filerepos.dat unpaged paging_unmovable |
|
34 @echo data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\nandrepos.dat sys\data\nandrepos.dat unpaged paging_unmovable |
|
35 @echo data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos.dat sys\data\hcr.dat unpaged paging_unmovable |
|
36 #endif |