diff -r 7416fe50a180 -r 22bdd8a90cc4 sbsv1_os/e32toolp/platform/cl_vscw.pm --- a/sbsv1_os/e32toolp/platform/cl_vscw.pm Mon Jun 21 16:57:06 2010 +0300 +++ b/sbsv1_os/e32toolp/platform/cl_vscw.pm Thu Sep 30 14:38:30 2010 +0800 @@ -274,7 +274,7 @@ foreach (@BldList) { &main::Output( - "CW$_ = perl -w -S err_formatter.pl \$(COMPILER_PATH)$MWCC -msgstyle parseable " + "CW$_ = perl -S err_formatter.pl \$(COMPILER_PATH)$MWCC -msgstyle parseable " ); if (/DEB$/o) { @@ -423,7 +423,7 @@ "\n", &Generic_Quote("\$(EPOCLIB)\\UDEB\\$ExportLibrary.lib"), " : ", &Generic_Quote($DefFile), "\n", - "\tperl -w -S prepdef.pl ",&Generic_Quote($DefFile)," \"\$(EPOCBLD)\\$ExportLibrary.prep.def\"\n", + "\tperl -S prepdef.pl ",&Generic_Quote($DefFile)," \"\$(EPOCBLD)\\$ExportLibrary.prep.def\"\n", "\t\$(COMPILER_PATH)$MWLD -msgstyle gcc \"\$(EPOCBLD)\\$ExportLibrary.prep.def\" -importlib -o \$\@", " -addcommand \"out:$LibLinkAs\" -warnings off", "\n" @@ -451,7 +451,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\" \"\$(EPOCBLD)\\$ExportLibrary.def\" \n" + "\tperl -S efreeze.pl \$(EFREEZE_ALLOW_REMOVE) \"$DefFile\" \"\$(EPOCBLD)\\$ExportLibrary.def\" \n" ); } &main::Output( @@ -683,7 +683,7 @@ "CLEAN$Bld : CLEANBUILD$Bld CLEANRELEASE$Bld\n", "\n", "CLEANBUILD$Bld : \n", - "\t\@perl -w -S ermdir.pl \"\$(EPOCBLD$Bld)\"\n", + "\t\@perl -S ermdir.pl \"\$(EPOCBLD$Bld)\"\n", "\n", "CLEANRELEASE$Bld : CLEANGENERIC\n", "\n" @@ -967,7 +967,7 @@ # call makedef to reorder the export information &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 $AbsentSubst -Inffile \"\$(EPOCBLD$Bld)\\$ExportLibrary.inf\"" + "\tperl -S makedef.pl $AbsentSubst -Inffile \"\$(EPOCBLD$Bld)\\$ExportLibrary.inf\"" ); if (SysTrg()) { &main::Output( "\t\t-SystemTargetType \\\n" );