--- a/cross-plat-dev-utils/fix_epoc32_win.pl Sat Nov 27 17:23:11 2010 +0000
+++ b/cross-plat-dev-utils/fix_epoc32_win.pl Wed Dec 01 12:02:41 2010 +0000
@@ -16,6 +16,7 @@
use usage;
use check_os;
use File::Spec;
+use perl_run;
require_os_windows();
usage(\@ARGV,"This script makes required fixes to epoc32 tree in Windows");
@@ -33,5 +34,5 @@
apply_patch_file($libwsock32_deb);
apply_patch_file($libwsock32_rel);
apply_patch_file($s60_sbs_config_xml);
-exit 0;
+exit perl_run("fix_tool_exports.pl @ARGV");