kernel/eka/rombuild/rom_sbs.pl
changeset 8 8d0f562530b6
parent 7 0a6fb11f0655
child 79 5e2688cee105
equal deleted inserted replaced
7:0a6fb11f0655 8:8d0f562530b6
   145 	print "e32path = $e32path\n";
   145 	print "e32path = $e32path\n";
   146 	print "rombuildpath = $rombuildpath\n";
   146 	print "rombuildpath = $rombuildpath\n";
   147 	print "BasePath = $BasePath\n";
   147 	print "BasePath = $BasePath\n";
   148 }
   148 }
   149 
   149 
   150 my $cppflags="-P -undef -traditional -lang-c++ -nostdinc -iwithprefixbefore $rombuildpath -I $rombuildpath -I $Epoc32Path ";
   150 my $cppflags="-P -undef -traditional -lang-c++ -nostdinc -iwithprefixbefore $rombuildpath -I $rombuildpath -I $drive$Epoc32Path ";
   151 
   151 
   152 # Include variant hrh file defines when processing oby and ibys with cpp
   152 # Include variant hrh file defines when processing oby and ibys with cpp
   153 # (Code copied from \\EPOC\master\cedar\generic\tools\romkit\tools\buildrom.pm -
   153 # (Code copied from \\EPOC\master\cedar\generic\tools\romkit\tools\buildrom.pm -
   154 # it used relative path to the working dir but we are using absolute path seems neater)
   154 # it used relative path to the working dir but we are using absolute path seems neater)
   155 use E32Variant;
   155 use E32Variant;