591
|
1 |
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
2 |
|
|
3 |
<build xmlns="http://symbian.com/xml/build"
|
|
4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
5 |
xsi:schemaLocation="http://symbian.com/xml/build http://symbian.com/xml/build/1_0.xsd">
|
|
6 |
|
|
7 |
<!-- test build specification -->
|
|
8 |
|
|
9 |
<spec name="world">
|
|
10 |
<interfaceRef ref="Symbian.EXE"/>
|
|
11 |
<var>
|
|
12 |
<set name="SRC" value="$(ROOT)/src"/>
|
|
13 |
</var>
|
|
14 |
</spec>
|
|
15 |
</build>
|