common/tools/ats/bctest/bctestprebuild.pl
author thomase
Tue, 23 Jun 2009 15:13:21 +0100
changeset 217 d5045b96f54a
parent 165 25e06db2f72b
permissions -rw-r--r--
Fixed single model genxml pre-processing workaround to enable single system definition builds. Added "tools" and "adaptation" to the list of packages to be prepended by sf where needed.

#!/usr/bin/perl

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

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