common/tools/ats/bctest/bctestprebuild.pl
changeset 234 516def754cd8
parent 233 768dce23277b
child 235 60e228580ee8
equal deleted inserted replaced
233:768dce23277b 234:516def754cd8
     1 #!/usr/bin/perl
       
     2 
       
     3 use strict;
       
     4 use File::Copy;
       
     5 use File::Path;
       
     6 
       
     7 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
       
     8 copy("BC_PLAT.h",	$epoc . "include");