common/tools/ats/bctest/bctestprebuild.pl
changeset 260 13596dc42a47
parent 244 97419fef4b8f
parent 259 6beec83e40d8
child 261 257557b39754
child 288 a0e85954c23c
child 292 dac7066fabf1
--- a/common/tools/ats/bctest/bctestprebuild.pl	Thu Jul 16 14:35:54 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use File::Copy;
-use File::Path;
-
-my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
-copy("BC_PLAT.h",	$epoc . "include");