common/tools/ats/bctest/bctestprebuild.pl
author MattD <mattd@symbian.org>
Thu, 02 Jul 2009 12:18:16 +0100
changeset 227 ab5a0930b5c8
parent 165 25e06db2f72b
permissions -rw-r--r--
cachefiles.pl - stopped cache from being excessively flattened, which could cause problems.

#!/usr/bin/perl

use strict;
use File::Copy;
use File::Path;

my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
copy("BC_PLAT.h",	$epoc . "include");