common/tools/ats/bctest/bctestprebuild.pl
author Simon Howkins <simonh@symbian.org>
Thu, 16 Jul 2009 11:33:56 +0100
changeset 256 d64a45951a43
parent 165 25e06db2f72b
permissions -rw-r--r--
Small tweak to get the right content with the right filename for doing a PDK release. Corrected some indentation.

#!/usr/bin/perl

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

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