common/tools/ats/bctest/bctestprebuild.pl
author Simon Howkins <simonh@symbian.org>
Thu, 16 Jul 2009 11:32:45 +0100
changeset 255 62336323cabc
parent 165 25e06db2f72b
permissions -rw-r--r--
Stopped it putting useless information about zips of zips into the release_metadata.xml file.

#!/usr/bin/perl

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

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