Fix for Bug 3086 - [GCCE] template_bootrom assembly receives no include path from the bld.inf (strictly one half of the fix. The rest is in the buildtools, makefile_templates and shell)
--- a/bsptemplate/asspandvariant/template_variant/bld.inf Wed Jun 23 16:24:22 2010 +0100
+++ b/bsptemplate/asspandvariant/template_variant/bld.inf Fri Jun 25 19:00:32 2010 +0100
@@ -150,6 +150,13 @@
option EXTRA_SRC_PATH $(EXTENSION_ROOT)/bootstrap
option INCLUDES $(EXTENSION_ROOT)/config.inc
option E32PATH $(EXTENSION_ROOT)/../../../kernel/eka/../.
+#ifdef GCCE
+option GCCE GCCE
+option EXTRA_INC_PATH $(EPOCBLD)/$(NAME)
+#endif
+#ifdef ARMCC
+option ARMCC ARMCC
+#endif
end