imgtools/romtools/rombuild/romnibus.pl
changeset 27 3a31ca4b29c4
parent 26 d10c1f04b2be
child 29 86492ef8d086
--- a/imgtools/romtools/rombuild/romnibus.pl	Sat Jul 17 15:09:24 2010 +0100
+++ b/imgtools/romtools/rombuild/romnibus.pl	Wed Aug 04 12:07:55 2010 +0100
@@ -165,7 +165,8 @@
 	pop(@path_parts);
 }
 $e32path = File::Spec->catdir((@path_parts,"os"));
-$base_path = $e32path; # ??
+$e32path .= ($on_windows ? '\\' : '/');
+$base_path = $e32path; # Can't be quite right.
 $rombuildpath = File::Spec->catfile($e32path,"kernelhwsrv","kernel","eka","rombuild");
 
 use E32Plat;