sbsv1_os/e32toolp/e32util/selectbootmak.pl
branchRCL_3
changeset 73 22bdd8a90cc4
parent 18 99082257a271
equal deleted inserted replaced
62:7416fe50a180 73:22bdd8a90cc4
    16 # if its the old one then copy the file specified by $old to $dest
    16 # if its the old one then copy the file specified by $old to $dest
    17 # else copy $src to $dest
    17 # else copy $src to $dest
    18 # 
    18 # 
    19 #
    19 #
    20 
    20 
    21 use strict;
       
    22 use File::Copy;
    21 use File::Copy;
    23 
    22 
    24 my ($dest, $old, $src) = @ARGV;
    23 my ($dest, $old, $src) = @ARGV;
    25 
    24 
    26 my $oldVersionId = "ARM AOF Macro Assembler vsn 2.37 (Advanced RISC Machines SDT 2.11) [Sep  9 1997]";
    25 my $oldVersionId = "ARM AOF Macro Assembler vsn 2.37 (Advanced RISC Machines SDT 2.11) [Sep  9 1997]";