sl@0
|
1 |
REM WBld.BAT
|
sl@0
|
2 |
REM Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
REM All rights reserved.
|
sl@0
|
4 |
REM This component and the accompanying materials are made available
|
sl@0
|
5 |
REM under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
REM which accompanies this distribution, and is available
|
sl@0
|
7 |
REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
REM
|
sl@0
|
9 |
REM Initial Contributors:
|
sl@0
|
10 |
REM Nokia Corporation - initial contribution.
|
sl@0
|
11 |
REM
|
sl@0
|
12 |
REM Contributors:
|
sl@0
|
13 |
REM
|
sl@0
|
14 |
REM Description:
|
sl@0
|
15 |
REM
|
sl@0
|
16 |
@setlocal
|
sl@0
|
17 |
@set plat=thumb
|
sl@0
|
18 |
@set build=urel
|
sl@0
|
19 |
@rem set op=build -v
|
sl@0
|
20 |
@set op=build -v
|
sl@0
|
21 |
call abld %op% %plat% %build%
|
sl@0
|
22 |
call abld test %op% %plat% %build% tlib
|
sl@0
|
23 |
call abld test %op% %plat% %build% shell
|
sl@0
|
24 |
call abld test %op% %plat% %build% auto
|
sl@0
|
25 |
call abld test %op% %plat% %build% autodll
|
sl@0
|
26 |
call abld test %op% %plat% %build% tman
|
sl@0
|
27 |
call abld test %op% %plat% %build% deblog
|
sl@0
|
28 |
call abld test %op% %plat% %build% deblogfl
|
sl@0
|
29 |
call abld test %op% %plat% %build% deblogsr
|
sl@0
|
30 |
call abld test %op% %plat% %build% connect
|
sl@0
|
31 |
call abld test %op% %plat% %build% animdll
|
sl@0
|
32 |
call abld test %op% %plat% %build% econs
|
sl@0
|
33 |
@endlocal
|