# HG changeset patch # User Simon Howkins # Date 1259836583 0 # Node ID 8d0f562530b60c3c38568953339162966bbb47d7 # Parent 0a6fb11f0655ba89b77522edc75a161be0e37aab Adjusted cpp flags so that cpp will be able to find includes such as diff -r 0a6fb11f0655 -r 8d0f562530b6 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 -