diff -r 7416fe50a180 -r 22bdd8a90cc4 sbsv1_os/e32toolp/platform/ide_cw.pm --- a/sbsv1_os/e32toolp/platform/ide_cw.pm Mon Jun 21 16:57:06 2010 +0300 +++ b/sbsv1_os/e32toolp/platform/ide_cw.pm Thu Sep 30 14:38:30 2010 +0800 @@ -54,7 +54,6 @@ ); require Cl_bpabi; -use strict; use BPABIutl; use E32Variant; use E32Plat; @@ -2198,7 +2197,7 @@ $linkCommand = 'mwldsym2.exe -S -show only,'.$show_options.' -o "${target.data}\\'.$tempFilenameRoot.'.inf" "${target.data}\\${var:IMPORT_LIBRARY}"'; addLinkDescriptorCommand ($linkCommand); - $linkCommand = 'perl.exe -w -S makedef.pl '.$AbsentSubst.' -Inffile "${target.data}\\'.$tempFilenameRoot.'.inf"'; + $linkCommand = 'perl.exe -S makedef.pl '.$AbsentSubst.' -Inffile "${target.data}\\'.$tempFilenameRoot.'.inf"'; if (-e $DefFile) { $linkCommand .= ' -Frzfile "'.$DefFile.'"';