equal
deleted
inserted
replaced
107 // Call the makefile to build the bootstrap |
107 // Call the makefile to build the bootstrap |
108 // |
108 // |
109 |
109 |
110 PRJ_EXTENSIONS |
110 PRJ_EXTENSIONS |
111 |
111 |
|
112 #if 0 // Removing changes associated with introduction of bootstrap.flm - see Bug 2149 |
112 #ifdef SBSV2 // If using SBSv2 with bootstrap FLM, MEMMODEL MUST begin with a capital letter |
113 #ifdef SBSV2 // If using SBSv2 with bootstrap FLM, MEMMODEL MUST begin with a capital letter |
113 |
114 |
114 start extension base.bootstrap bootstrap |
115 start extension base.bootstrap bootstrap |
|
116 |
|
117 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
118 option INC_PATH $(EPOCROOT)epoc32/include |
|
119 #else |
|
120 option INC_PATH $(EPOCROOT)epoc32/include/platform |
|
121 #endif |
115 |
122 |
116 option NAME _template_bootrom |
123 option NAME _template_bootrom |
117 option CPU arm |
124 option CPU arm |
118 option MEMMODEL Multiple |
125 option MEMMODEL Multiple |
119 option SOURCES ./bootstrap/template.s |
126 option SOURCES ./bootstrap/template.s |
122 option E32PATH ../../../kernel/eka/../. |
129 option E32PATH ../../../kernel/eka/../. |
123 |
130 |
124 end |
131 end |
125 |
132 |
126 #else // !SBSV2 |
133 #else // !SBSV2 |
|
134 #endif // more workaround - close the #ifdef SBSV2 here, to regain the other bit |
|
135 #endif // first part of workaround - close the #ifdef 0 |
|
136 |
127 |
137 |
128 start extension base/bootstrap bootstrap |
138 start extension base/bootstrap bootstrap |
129 |
139 |
130 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
140 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
131 option INC_PATH $(EPOCROOT)epoc32/include |
141 option INC_PATH $(EPOCROOT)epoc32/include |
141 option INCLUDES $(EXTENSION_ROOT)/config.inc |
151 option INCLUDES $(EXTENSION_ROOT)/config.inc |
142 option E32PATH $(EXTENSION_ROOT)/../../../kernel/eka/../. |
152 option E32PATH $(EXTENSION_ROOT)/../../../kernel/eka/../. |
143 |
153 |
144 end |
154 end |
145 |
155 |
|
156 #if 0 // second part of workaround - avoid dangling #endif |
146 #endif // !SBSV2 |
157 #endif // !SBSV2 |