common/tools/ats/bctest/bctestprebuild.pl
author Louis Henry Nayegon <louisn@symbian.org>
Mon, 22 Jun 2009 16:52:23 +0100
changeset 214 b97beda10eb3
parent 165 25e06db2f72b
permissions -rw-r--r--
merge using wildcard on destination removes all of destination not just src files

#!/usr/bin/perl

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

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