Adjusted cpp flags so that cpp will be able to find includes such as <rom/syborg/header.iby>
authorSimon Howkins <simonh@symbian.org>
Thu, 03 Dec 2009 10:36:23 +0000
changeset 8 8d0f562530b6
parent 7 0a6fb11f0655
child 9 9cb0a1529d81
Adjusted cpp flags so that cpp will be able to find includes such as <rom/syborg/header.iby>
kernel/eka/rombuild/rom_sbs.pl
--- 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 -