common/tools/ats/bctest/bctestprebuild.pl
changeset 165 25e06db2f72b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/bctestprebuild.pl	Thu Jun 18 14:32:22 2009 +0100
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+use strict;
+use File::Copy;
+use File::Path;
+
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+copy("BC_PLAT.h",	$epoc . "include");