sbsv1_os/e32toolp/platform/ide_cw.pm
branchRCL_3
changeset 73 22bdd8a90cc4
parent 18 99082257a271
equal deleted inserted replaced
62:7416fe50a180 73:22bdd8a90cc4
    52 
    52 
    53 	PMEndSrcList
    53 	PMEndSrcList
    54 );
    54 );
    55 
    55 
    56 require Cl_bpabi;
    56 require Cl_bpabi;
    57 use strict;
       
    58 use BPABIutl;
    57 use BPABIutl;
    59 use E32Variant;
    58 use E32Variant;
    60 use E32Plat; 
    59 use E32Plat; 
    61 use Winutl;
    60 use Winutl;
    62 use Armutl;
    61 use Armutl;
  2196 
  2195 
  2197 			my $show_options = 'names,unmangled,verbose';
  2196 			my $show_options = 'names,unmangled,verbose';
  2198 			$linkCommand = 'mwldsym2.exe -S -show only,'.$show_options.' -o "${target.data}\\'.$tempFilenameRoot.'.inf" "${target.data}\\${var:IMPORT_LIBRARY}"';
  2197 			$linkCommand = 'mwldsym2.exe -S -show only,'.$show_options.' -o "${target.data}\\'.$tempFilenameRoot.'.inf" "${target.data}\\${var:IMPORT_LIBRARY}"';
  2199 			addLinkDescriptorCommand ($linkCommand);
  2198 			addLinkDescriptorCommand ($linkCommand);
  2200 
  2199 
  2201 			$linkCommand = 'perl.exe -w -S makedef.pl '.$AbsentSubst.' -Inffile "${target.data}\\'.$tempFilenameRoot.'.inf"';
  2200 			$linkCommand = 'perl.exe -S makedef.pl '.$AbsentSubst.' -Inffile "${target.data}\\'.$tempFilenameRoot.'.inf"';
  2202 			if (-e $DefFile)
  2201 			if (-e $DefFile)
  2203 				{
  2202 				{
  2204 				$linkCommand .= ' -Frzfile "'.$DefFile.'"';
  2203 				$linkCommand .= ' -Frzfile "'.$DefFile.'"';
  2205 				}
  2204 				}
  2206 				
  2205