common/tools/ats/bctest/bctestprebuild.pl
author MattD <mattd@symbian.org>
Fri, 19 Jun 2009 16:00:11 +0100
changeset 167 87306c6a6632
parent 165 25e06db2f72b
permissions -rw-r--r--
Packaging change - Tools now zipped into 'tools_epoc.zip', which isn't 'emu' but 'tools' for package and platform builds. Should work when we update the metadata.

#!/usr/bin/perl

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

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