sl@0: REM WBld.BAT sl@0: REM Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: REM All rights reserved. sl@0: REM This component and the accompanying materials are made available sl@0: REM under the terms of "Eclipse Public License v1.0" sl@0: REM which accompanies this distribution, and is available sl@0: REM at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: REM sl@0: REM Initial Contributors: sl@0: REM Nokia Corporation - initial contribution. sl@0: REM sl@0: REM Contributors: sl@0: REM sl@0: REM Description: sl@0: REM sl@0: @setlocal sl@0: @set plat=thumb sl@0: @set build=urel sl@0: @rem set op=build -v sl@0: @set op=build -v sl@0: call abld %op% %plat% %build% sl@0: call abld test %op% %plat% %build% tlib sl@0: call abld test %op% %plat% %build% shell sl@0: call abld test %op% %plat% %build% auto sl@0: call abld test %op% %plat% %build% autodll sl@0: call abld test %op% %plat% %build% tman sl@0: call abld test %op% %plat% %build% deblog sl@0: call abld test %op% %plat% %build% deblogfl sl@0: call abld test %op% %plat% %build% deblogsr sl@0: call abld test %op% %plat% %build% connect sl@0: call abld test %op% %plat% %build% animdll sl@0: call abld test %op% %plat% %build% econs sl@0: @endlocal