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 |
<!--
|
|
5 |
|
|
6 |
Because Raptor is not part of the OS it needs to know some properties of
|
|
7 |
the OS that it is building. If you are building an older OS than the one
|
|
8 |
configured by default then you need to put a file like this one into the
|
|
9 |
folder EPOCROOT/epoc32/sbs_config
|
|
10 |
|
|
11 |
The file can have any name as long as it ends with ".xml"
|
|
12 |
|
|
13 |
-->
|
|
14 |
|
|
15 |
<!-- changes required for v9.4, TB91, and TB91sf -->
|
|
16 |
|
|
17 |
<var name="root.changes">
|
|
18 |
<set name='POSTLINKER_SUPPORTS_WDP' value=''/>
|
|
19 |
<set name='SUPPORTS_STDCPP_NEWLIB' value=''/>
|
|
20 |
<set name='RVCT_PRE_INCLUDE' value='$(EPOCINCLUDE)/rvct2_2/rvct2_2.h'/>
|
|
21 |
</var>
|
|
22 |
|
|
23 |
</build>
|