# HG changeset patch # User mikek # Date 1277488832 -3600 # Node ID 08b624d81f5e95c8c4813c4f015a691694434ff7 # Parent b1b130011aca6d4b81e1f0a8c45ff8fa24b4dab1 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) diff -r b1b130011aca -r 08b624d81f5e bsptemplate/asspandvariant/template_variant/bld.inf --- 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