equal
deleted
inserted
replaced
57 |
57 |
58 #endif |
58 #endif |
59 |
59 |
60 PRJ_EXTENSIONS |
60 PRJ_EXTENSIONS |
61 |
61 |
62 // Unzip RVCT3.1 runtime if being built with RVCT2.2 or RVCT4.0 |
62 // Export the compiler-specific support files built by this component |
|
63 // when using the other versions of RVCT |
63 |
64 |
|
65 #if !defined(ARMCC_2_2) |
64 start extension tools/compsupp |
66 start extension tools/compsupp |
65 |
67 option FILE $(EXTENSION_ROOT)/rt_2_2_export.zip |
66 #if defined(ARMCC_2_2) || defined(ARMCC_4_0) |
68 option TODIR $(EPOCROOT) |
67 option FILE $(EXTENSION_ROOT)/rt_3_1.zip |
69 end |
68 #elif defined(ARMCC_3_1) |
|
69 option FILE $(EXTENSION_ROOT)/rt_2_2.zip |
|
70 #endif |
70 #endif |
71 |
71 |
72 option TODIR $(EPOCROOT)epoc32/release |
72 #if !defined(ARMCC_3_1) |
|
73 start extension tools/compsupp |
|
74 option FILE $(EXTENSION_ROOT)/rt_3_1_export.zip |
|
75 option TODIR $(EPOCROOT) |
|
76 end |
|
77 #endif |
73 |
78 |
|
79 #if !defined(ARMCC_4_0) |
|
80 start extension tools/compsupp |
|
81 option FILE $(EXTENSION_ROOT)/rt_4_0_export.zip |
|
82 option TODIR $(EPOCROOT) |
74 end |
83 end |
|
84 #endif |
75 |
85 |
76 #endif // #if !defined GCCXML && !defined GCCE |
86 #endif // #if !defined GCCXML && !defined GCCE |
77 |
87 |
78 |
88 |