Adjusted cpp flags so that cpp will be able to find includes such as <rom/syborg/header.iby>
--- a/kernel/eka/rombuild/rom_sbs.pl Wed Dec 02 14:53:50 2009 +0000
+++ b/kernel/eka/rombuild/rom_sbs.pl Thu Dec 03 10:36:23 2009 +0000
@@ -147,7 +147,7 @@
print "BasePath = $BasePath\n";
}
-my $cppflags="-P -undef -traditional -lang-c++ -nostdinc -iwithprefixbefore $rombuildpath -I $rombuildpath -I $Epoc32Path ";
+my $cppflags="-P -undef -traditional -lang-c++ -nostdinc -iwithprefixbefore $rombuildpath -I $rombuildpath -I $drive$Epoc32Path ";
# Include variant hrh file defines when processing oby and ibys with cpp
# (Code copied from \\EPOC\master\cedar\generic\tools\romkit\tools\buildrom.pm -