1) Make prep_env.pl apply a patch to epoc32/sbs_config/s60_sbs_config.xml to replace the ARM
kernel-side runtime ksrt4_0.lib with the GCCE one ksrt_gcce.lib
2) Fix romnibus.pl so it won't do case-tampering on the epocroot prefix of source paths in oby/iby files.
--- oldevalidmd5.pm Mon Mar 12 13:49:20 2007
+++ evalidmd5.pm Fri Aug 10 10:29:34 2007
@@ -223,7 +223,7 @@
open LIST, "$iListFile" or croak "Cannot open $iListFile\n";
while(<LIST>)
{
- my $iFileName = $iDir."/".$_;
+ chomp(my $iFileName = $iDir."/".$_);
if(-e $iFileName)
{
# The listed file exists add to the @iFileList