sbsv1_os/e32toolp/platform/cl_gcc.pm
branchRCL_3
changeset 73 22bdd8a90cc4
parent 18 99082257a271
--- a/sbsv1_os/e32toolp/platform/cl_gcc.pm	Mon Jun 21 16:57:06 2010 +0300
+++ b/sbsv1_os/e32toolp/platform/cl_gcc.pm	Thu Sep 30 14:38:30 2010 +0800
@@ -55,7 +55,6 @@
 	PMEndSrcList
 );
 
-use strict;
 use cl_generic;
 use Genutl;
 
@@ -464,7 +463,7 @@
 	if ($DefFile and $BasicTrgType!~/^IMPLIB$/io) {
 		&main::Output(
 #			call perl on the script here so nmake will die if there are errors - this doesn't happen if calling perl in a batch file
-			"\tperl -w -S efreeze.pl \$(EFREEZE_ALLOW_REMOVE) \"$DefFile\" \"\$(EPOCBLDP)\\$ExportLibrary.def\" \n"
+			"\tperl -S efreeze.pl \$(EFREEZE_ALLOW_REMOVE) \"$DefFile\" \"\$(EPOCBLDP)\\$ExportLibrary.def\" \n"
 		);
 	}
 	&main::Output(
@@ -576,7 +575,7 @@
 		"CLEAN$Bld : CLEANBUILD$Bld CLEANRELEASE$Bld\n",
 		"\n",
 		"CLEANBUILD$Bld : \n",
-		"\t\@perl -w -S ermdir.pl \"\$(EPOCBLDP$Bld)\"\n",
+		"\t\@perl -S ermdir.pl \"\$(EPOCBLDP$Bld)\"\n",
 		"\n",
 		"CLEANRELEASE$Bld : CLEANGENERIC\n",
 		"\n"
@@ -710,7 +709,7 @@
 #		reorder the .DEF file taking frozen exports into account if there are any
 		&main::Output(
 #			call perl on the script here so nmake will die if there are errors - this doesn't happen if calling perl in a batch file
-			"\tperl -w -S makedef.pl -Deffile \"\$(EPOCBLDP$Bld)\\$ExportLibrary.inf\"$AbsentSubst"
+			"\tperl -S makedef.pl -Deffile \"\$(EPOCBLDP$Bld)\\$ExportLibrary.inf\"$AbsentSubst"
 		);
 		if (SystemTarget()) {
     			&main::Output( "\t\t-SystemTargetType \\\n" );