common/tools/ats/bctest/bctestprebuild.pl
changeset 260 13596dc42a47
parent 259 97419fef4b8f
parent 239 6beec83e40d8
child 261 a0e85954c23c
child 265 dac7066fabf1
child 319 257557b39754
--- 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");