cross-plat-dev-utils/fix_epoc32.pl
changeset 40 68f68128601f
parent 2 39c28ec933dd
child 42 cf609178ac39
--- a/cross-plat-dev-utils/fix_epoc32.pl	Mon Nov 15 10:57:53 2010 +0000
+++ b/cross-plat-dev-utils/fix_epoc32.pl	Thu Nov 25 13:59:07 2010 +0000
@@ -14,6 +14,8 @@
 use check_os;
 use perl_run;
 
+my $rc = perl_run("fix_tool_exports.pl @ARGV");
+exit $rc, if $rc;
 if (os_is_windows()) {
 	exit perl_run("fix_epoc32_win.pl @ARGV");
 }