author | andy simpson <andrews@symbian.org> |
Fri, 30 Jul 2010 15:23:44 +0100 | |
changeset 623 | 997c1de7c6ee |
parent 505 | ed08f3d1e6b9 |
permissions | -rw-r--r-- |
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 |
The root variant is extended by all buildable variants. |
|
7 |
||
8 |
It contains references to variants which have defaults here but which |
|
9 |
can be overridden to effectively apply a global change for all builds. |
|
10 |
||
11 |
--> |
|
12 |
||
13 |
<var name="root"> |
|
431 | 14 |
<env name='FLMDEBUG' default=''/> |
15 |
||
3 | 16 |
<varRef ref="root.places"/> |
17 |
<varRef ref="root.properties"/> |
|
18 |
||
19 |
<!-- redefine this to make changes to the root variant --> |
|
20 |
<varRef ref="root.changes"/> |
|
21 |
</var> |
|
22 |
||
23 |
<!-- Common folders and files --> |
|
24 |
<var name="root.places"> |
|
25 |
<env name='EPOCROOT' default='/' type='path'/> |
|
26 |
||
27 |
<set name='EPOCINCLUDE' value='$(EPOCROOT)/epoc32/include'/> |
|
28 |
<set name='EPOCTOOLS' value='$(EPOCROOT)/epoc32/tools'/> |
|
29 |
||
30 |
<!-- Place where intermediate files are built --> |
|
31 |
<env name='SBS_BUILD_DIR' default='$(EPOCROOT)/epoc32/build' type='path'/> |
|
32 |
||
33 |
<!-- Configuration files and directories --> |
|
34 |
<set name='PRODUCT_INCLUDE' value='$(EPOCINCLUDE)/variant/symbian_os.hrh'/> |
|
35 |
<set name='VARIANT_CFG' value='$(EPOCTOOLS)/variant/variant.cfg'/> |
|
36 |
<set name='MAKEFILE_TEMPLATES' value='$(EPOCTOOLS)/makefile_templates'/> |
|
37 |
<set name='FLM_EXPORT_DIR' value='$(MAKEFILE_TEMPLATES)'/> |
|
38 |
</var> |
|
39 |
||
40 |
<!-- Things which are properties of different OS versions rather than |
|
41 |
properties of Raptor itself. The values here are for TB92sf and |
|
42 |
may be completely redefined for other OS versions or modified |
|
43 |
slightly by redefining the root.changes variant. --> |
|
44 |
<var name="root.properties"> |
|
45 |
<set name='POSTLINKER_SUPPORTS_WDP' value='1'/> |
|
46 |
<set name='SUPPORTS_STDCPP_NEWLIB' value='1'/> |
|
47 |
<set name="RVCT_PRE_INCLUDE" value="$(EPOCINCLUDE)/rvct/rvct.h"/> |
|
505
ed08f3d1e6b9
make ABIv1 implib support a kit property
Richard Taylor <richard.i.taylor@nokia.com>
parents:
431
diff
changeset
|
48 |
<set name="SUPPORTS_ABIV1_IMPLIBS" value=''/> |
3 | 49 |
</var> |
50 |
||
51 |
<!-- Placeholder for the root.changes variant. This will typically be |
|
52 |
redefined inside a .xml file in the $(EPOCROOT)/epoc32/sbs_config |
|
53 |
folder or a folder added with the configpath option. --> |
|
54 |
<var name="root.changes"/> |
|
55 |
||
56 |
</build> |