0
|
1 |
@rem
|
|
2 |
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
@rem All rights reserved.
|
|
4 |
@rem This component and the accompanying materials are made available
|
|
5 |
@rem under the terms of the License "Eclipse Public License v1.0"
|
|
6 |
@rem which accompanies this distribution, and is available
|
|
7 |
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
@rem
|
|
9 |
@rem Initial Contributors:
|
|
10 |
@rem Nokia Corporation - initial contribution.
|
|
11 |
@rem
|
|
12 |
@rem Contributors:
|
|
13 |
@rem
|
|
14 |
@rem Description:
|
|
15 |
@rem
|
|
16 |
|
|
17 |
cd \e32test\group
|
|
18 |
call bldmake bldfiles
|
|
19 |
call abld test makefile arm4
|
|
20 |
call abld test makefile armi
|
|
21 |
call abld test makefile thumb
|
|
22 |
call abld test makefile mawd
|
|
23 |
call abld test makefile misa
|
|
24 |
call abld test makefile sawd
|
|
25 |
call abld test library arm4
|
|
26 |
call abld test library armi
|
|
27 |
call abld test library thumb
|
|
28 |
call abld test library mawd
|
|
29 |
call abld test library misa
|
|
30 |
call abld test library sawd
|
|
31 |
call abld test target arm4
|
|
32 |
call abld test target armi
|
|
33 |
call abld test target thumb
|
|
34 |
call abld test target mawd
|
|
35 |
call abld test target misa
|
|
36 |
call abld test target sawd
|
|
37 |
call abld test romfile arm4
|
|
38 |
call abld test romfile armi
|
|
39 |
call abld test romfile thumb
|
|
40 |
call abld test romfile mawd
|
|
41 |
call abld test romfile misa
|
|
42 |
call abld test romfile sawd
|
|
43 |
|
|
44 |
cd \f32test\group
|
|
45 |
call bldmake bldfiles
|
|
46 |
call abld test makefile arm4
|
|
47 |
call abld test makefile armi
|
|
48 |
call abld test makefile thumb
|
|
49 |
call abld test library arm4
|
|
50 |
call abld test library armi
|
|
51 |
call abld test library thumb
|
|
52 |
call abld test target arm4
|
|
53 |
call abld test target armi
|
|
54 |
call abld test target thumb
|
|
55 |
call abld test romfile arm4
|
|
56 |
call abld test romfile armi
|
|
57 |
call abld test romfile thumb
|