common/tools/ats/bctest/bctestprebuild.pl
author Simon Howkins <simonh@symbian.org>
Wed, 15 Jul 2009 17:50:03 +0100
changeset 254 5033df3f8834
parent 165 25e06db2f72b
permissions -rw-r--r--
Create zips of zips for SFL src.

#!/usr/bin/perl

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

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