3
|
1 |
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
2 |
<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build ../../schema/build/2_0.xsd">
|
|
3 |
|
|
4 |
<!-- The build configurations built by default -->
|
|
5 |
|
|
6 |
<group name="default">
|
|
7 |
<groupRef ref="armv5"/>
|
|
8 |
<groupRef ref="winscw"/>
|
|
9 |
</group>
|
|
10 |
|
|
11 |
<group name="urel">
|
|
12 |
<aliasRef ref="armv5_urel"/>
|
|
13 |
<aliasRef ref="winscw_urel"/>
|
|
14 |
</group>
|
|
15 |
|
|
16 |
<group name="udeb">
|
|
17 |
<aliasRef ref="armv5_udeb"/>
|
|
18 |
<aliasRef ref="winscw_udeb"/>
|
|
19 |
</group>
|
|
20 |
|
|
21 |
<!-- all known configurations -->
|
|
22 |
|
|
23 |
<group name="all">
|
|
24 |
<groupRef ref="armv5"/>
|
|
25 |
<groupRef ref="armv7"/>
|
|
26 |
<groupRef ref="gccxml"/>
|
|
27 |
<groupRef ref="tools"/>
|
|
28 |
<groupRef ref="tools2"/>
|
|
29 |
<groupRef ref="winscw"/>
|
|
30 |
</group>
|
|
31 |
|
|
32 |
</build>
|