sbsv1_os/e32toolp/platform/ide_cw.pm
branchRCL_3
changeset 73 22bdd8a90cc4
parent 18 99082257a271
--- 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.'"';