uifw/AvKon/tsrc/bc/bldmcl_script.cmd
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:50:15 +0300
branchRCL_3
changeset 72 a5e7a4f63858
parent 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201039 Kit: 201041

@echo off
rem
rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
rem All rights reserved.
rem This component and the accompanying materials are made available
rem under the terms of "Eclipse Public License v1.0"
rem which accompanies this distribution, and is available
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
rem
rem Initial Contributors:
rem Nokia Corporation - initial contribution.
rem
rem Contributors:
rem
rem Description: Build script for MCL BC test drivers.
rem
@echo on

del \epoc32\winscw\c\BCTestLog\config.xml

del bctestlauncher\group\config.xml
copy bctestlauncher\group\config_3x.xml bctestlauncher\group\config.xml

call cd S60_SDKMCL\group
call bldmake bldfiles
call abld build winscw udeb
call abld build armv5 urel

cd ..\..