author | raptorbot <raptorbot@systemstesthead.symbian.intra> |
Fri, 27 Nov 2009 15:16:54 +0000 | |
branch | wip |
changeset 19 | 830586221171 |
parent 18 | 17b8877fc4fe |
child 25 | 2b76b04e296d |
permissions | -rw-r--r-- |
18
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
1 |
<?xml version="1.0" encoding="ISO-8859-1"?> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
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"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
3 |
<!-- Commonly used variants. |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
4 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
5 |
These can be referenced from the command-line or in configurations. |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
6 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
7 |
--> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
8 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
9 |
<!-- This variant turns debug info on for arm only --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
10 |
<var name="debug_info"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
11 |
<set name='DEBUG_INFO' value='1'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
12 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
13 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
14 |
<!-- Run this variant to turn on trace compiler --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
15 |
<var name="tracecompiler"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
16 |
<set name='USE_TRACE_COMPILER' value='1'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
17 |
<env name='JAVA_HOME' default='' type='path'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
18 |
<env name='SBS_JAVATC' default='$(JAVA_HOME)/bin/java.exe' type='tool' versionCommand='$(SBS_JAVATC) -version' versionResult='version \"1\.[5-9]' host='win*' /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
19 |
<env name='SBS_JAVATC' default='$(JAVA_HOME)/bin/java' type='tool' versionCommand='$(SBS_JAVATC) -version' versionResult='version \"1\.[5-9]' host='lin*' /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
20 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
21 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
22 |
<!-- Overrides the default debugging format for the ARM targets. --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
23 |
<var name="dwarf3"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
24 |
<set name="DEBUG_FORMAT" value="$(CC.DWARF3)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
25 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
26 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
27 |
<var name="techview"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
28 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
29 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
30 |
<var name="test"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
31 |
<set name='TESTCODE' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
32 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
33 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
34 |
<var name="savespace"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
35 |
<set name='SAVESPACE' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
36 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
37 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
38 |
<var name="generate_linkerfeedback"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
39 |
<set name='GENERATELINKERFEEDBACK' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
40 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
41 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
42 |
<var name="use_linkerfeedback"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
43 |
<set name='GENERATELINKERFEEDBACK' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
44 |
<set name='LINKERFEEDBACK_STAGE2' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
45 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
46 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
47 |
<var name="profilerfeedback"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
48 |
<set name='USE_PROFILER_FEEDBACK' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
49 |
<env name='ARM_PROFILER_FILE' default='' type='path'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
50 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
51 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
52 |
<var name="ltcg"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
53 |
<set name='LTCG' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
54 |
<set name='LTCG_OPTION' value='--ltcg'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
55 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
56 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
57 |
<var name="multifile"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
58 |
<set name='MULTIFILE_ENABLED' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
59 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
60 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
61 |
<!-- build from clean can skip some processing --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
62 |
<var name="bfc"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
63 |
<set name='DEPEND_SKIP' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
64 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
65 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
66 |
<!-- SMP variant for Kernel Code --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
67 |
<var name="smp"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
68 |
<append name="CDEFS" value="__SMP__"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
69 |
<append name="PLATMACROS.WINDOWS" value="SMP"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
70 |
<!-- PLATMACROS.LINUX is set from PLATMACROS.WINDOWS --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
71 |
<append name="TRADITIONAL_PLATFORM" value='SMP' separator="" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
72 |
<append name="VARIANTPLATFORM" value="smp" separator=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
73 |
<set name="GENERATE_ABIV1_IMPLIBS" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
74 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
75 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
76 |
<!-- emit formatted releasable information into the logs for post-build parsing --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
77 |
<var name="whatlog"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
78 |
<set name='WHATLOG' value='TRUE'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
79 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
80 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
81 |
<var name="gcce4_3_2" extends="gcce_base"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
82 |
<env name="GCCEBIN" type="path" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
83 |
<env name="GCCEVERSION" default="$(TOOLCHAINVERSION)" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
84 |
<set name="TOOLCHAINVERSION" value="4.3.2" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
85 |
<set name="OWN_LIBRARY_OPTION" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
86 |
<set name="STATIC_LIBS_LIST" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
87 |
<set name="RUNTIME_LIBS_LIST" value="drtaeabi.dso dfpaeabi.dso dfprvct3_1.dso drtrvct3_1.dso"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
88 |
<set name="ARMLIBS" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
89 |
<set name="CC.SOFTVFP_MAYBE_VFPV2" value="soft"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
90 |
<set name="PL.SOFTVFP_MAYBE_VFPV2" value="softvfp"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
91 |
<set name="CC.SOFTVFP_MAYBE_VFPV3" value="soft"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
92 |
<set name="PL.SOFTVFP_MAYBE_VFPV3" value="softvfp"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
93 |
<set name="CC.ARMV5" value="-march=armv5t"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
94 |
<set name="CC.ARMV6" value="-march=armv6t2"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
95 |
<set name="CC.ARMV7" value="-march=armv7"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
96 |
<set name="RELOCATABLE_IMAGE_OPTION" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
97 |
<set name="RVCTLIB" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
98 |
<set name="CC.NO_UNALIGNED_ACCESS" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
99 |
<set name="SPLIT_OPTION" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
100 |
<set name="NEED_ENTRYPOINT_LIBRARY" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
101 |
<set name="RVCTBIN" value="" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
102 |
<set name="RVCTINC" value="" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
103 |
<set name="USER_STATIC_RUNTIME_LIB" value="usrt3_1.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
104 |
<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt3_1.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
105 |
<set name="NEED_ENTRYPOINT_LIBRARY" value="" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
106 |
<set name="PLATMACROS.VAR" value="GCCE_4 GCCE_4_3"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
107 |
<set name="ARMMACROS.VAR" value="__GCCE_4__ __GCCE_4_3__"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
108 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
109 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
110 |
<var name="gcce4_3_3" extends="gcce4_3_2"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
111 |
<set name="TOOLCHAINVERSION" value="4.3.3" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
112 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
113 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
114 |
<var name="gcce4_4_1" extends="gcce4_3_3"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
115 |
<set name="TOOLCHAINVERSION" value="4.4.1" /> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
116 |
<set name="RUNTIME_LIBS_LIST" value="drtaeabi.dso dfpaeabi.dso"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
117 |
<set name="PLATMACROS.VAR" value="GCCE_4 GCCE_4_4"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
118 |
<set name="ARMMACROS.VAR" value="__GCCE_4__ __GCCE_4_4__"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
119 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
120 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
121 |
<var name="rvct2_2" extends="rvct"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
122 |
<env name="RVCT22BIN" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
123 |
<env name="RVCT22INC" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
124 |
<env name="RVCT22LIB" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
125 |
<set name="RVCTBIN" value="$(RVCT22BIN)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
126 |
<set name="RVCTINC" value="$(RVCT22INC)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
127 |
<set name="RVCTLIB" value="$(RVCT22LIB)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
128 |
<set name="ARMCC" value=""$(RVCTBIN)/armcc$(DOTEXE)"" type="tool" versionCommand="$(ARMCC) --vsn" versionResult="Compiler, RVCT2\.2\b"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
129 |
<set name="OWN_LIBRARY_OPTION" value="-Ono_known_library"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
130 |
<set name="RELOCATABLE_IMAGE_OPTION" value="--reloc"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
131 |
<set name="SPLIT_OPTION" value="--split"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
132 |
<set name="PLATMACROS.VAR" value="ARMCC_2 ARMCC_2_2"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
133 |
<set name="ARMMACROS.VAR" value="__ARMCC_2__ __ARMCC_2_2__"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
134 |
<set name="SYMBIAN_LINK_FLAGS.VAR" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
135 |
<set name="STATIC_LIBS_LIST" value="h_t__uf.l(switch8.o)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
136 |
<set name="RUNTIME_LIBS_LIST" value="drtaeabi.dso dfpaeabi.dso dfprvct2_2.dso drtrvct2_2.dso"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
137 |
<set name="USER_STATIC_RUNTIME_LIB" value="usrt2_2.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
138 |
<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt2_2.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
139 |
<set name="USRTLIB" value="usrt2_2.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
140 |
<set name="NEED_ENTRYPOINT_LIBRARY" value="False"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
141 |
<set name="CC.NO_UNALIGNED_ACCESS" value="--memaccess -UL41"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
142 |
<set name="CC.SOFTVFP_MAYBE_VFPV2" value="softvfp"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
143 |
<set name="PL.SOFTVFP_MAYBE_VFPV2" value="softvfp"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
144 |
<set name="CC.ARMV5" value="--cpu 5T"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
145 |
<set name="CC.ARMV6" value="--cpu 6"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
146 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
147 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
148 |
<var name="rvct3_1" extends="rvct"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
149 |
<env name="RVCT31BIN" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
150 |
<env name="RVCT31INC" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
151 |
<env name="RVCT31LIB" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
152 |
<set name="RVCTBIN" value="$(RVCT31BIN)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
153 |
<set name="RVCTINC" value="$(RVCT31INC)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
154 |
<set name="RVCTLIB" value="$(RVCT31LIB)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
155 |
<set name="ARMCC" value=""$(RVCTBIN)/armcc$(DOTEXE)"" type="tool" versionCommand="$(ARMCC) --version_number" versionResult="310[6-9]\d\d\b"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
156 |
<set name="OWN_LIBRARY_OPTION" value="--library_interface=aeabi_clib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
157 |
<set name="RELOCATABLE_IMAGE_OPTION" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
158 |
<set name="SPLIT_OPTION" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
159 |
<set name="PLATMACROS.VAR" value="ARMCC_3 ARMCC_3_1"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
160 |
<set name="ARMMACROS.VAR" value="__ARMCC_3__ __ARMCC_3_1__"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
161 |
<set name="SYMBIAN_LINK_FLAGS.VAR" value="--export_all"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
162 |
<set name="STATIC_LIBS_LIST" value="h_5.l"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
163 |
<set name="RUNTIME_LIBS_LIST" value="drtaeabi.dso dfpaeabi.dso dfprvct3_1.dso drtrvct3_1.dso"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
164 |
<set name="USER_STATIC_RUNTIME_LIB" value="usrt3_1.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
165 |
<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt3_1.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
166 |
<set name="USRTLIB" value="usrt3_1.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
167 |
<set name="NEED_ENTRYPOINT_LIBRARY" value="True"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
168 |
<set name="CC.NO_UNALIGNED_ACCESS" value="--no_unaligned_access"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
169 |
<set name="CC.SOFTVFP_MAYBE_VFPV2" value="softvfp"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
170 |
<set name="PL.SOFTVFP_MAYBE_VFPV2" value="softvfp"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
171 |
<set name="CC.SOFTVFP_MAYBE_VFPV3" value="softvfp"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
172 |
<set name="PL.SOFTVFP_MAYBE_VFPV3" value="softvfp"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
173 |
<set name="CC.ARMV5" value="--cpu 5TE"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
174 |
<set name="CC.ARMV6" value="--cpu 6"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
175 |
<set name="CC.ARMV7" value="--cpu 7-A"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
176 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
177 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
178 |
<var name="rvct4_0" extends="rvct"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
179 |
<env name="RVCT40BIN" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
180 |
<env name="RVCT40INC" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
181 |
<env name="RVCT40LIB" type="path"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
182 |
<set name="RVCTBIN" value="$(RVCT40BIN)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
183 |
<set name="RVCTINC" value="$(RVCT40INC)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
184 |
<set name="RVCTLIB" value="$(RVCT40LIB)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
185 |
<set name="ARMCC" value=""$(RVCTBIN)/armcc$(DOTEXE)"" type="tool" versionCommand="$(ARMCC) --version_number" versionResult="400[4-9]\d\d\b"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
186 |
<set name="OWN_LIBRARY_OPTION" value="--library_interface=aeabi_clib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
187 |
<set name="RELOCATABLE_IMAGE_OPTION" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
188 |
<set name="SPLIT_OPTION" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
189 |
<set name="STDLIB_OPTION" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
190 |
<set name="PLATMACROS.VAR" value="ARMCC_4 ARMCC_4_0"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
191 |
<set name="ARMMACROS.VAR" value="__ARMCC_4__ __ARMCC_4_0__"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
192 |
<set name="SYMBIAN_LINK_FLAGS.VAR" value="--override_visibility"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
193 |
<set name="STATIC_LIBS_LIST" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
194 |
<set name="RUNTIME_LIBS_LIST" value="drtaeabi.dso dfpaeabi.dso"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
195 |
<set name="USER_STATIC_RUNTIME_LIB" value="usrt4_0.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
196 |
<set name="KERNEL_STATIC_RUNTIME_LIB" value="ksrt4_0.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
197 |
<set name="USRTLIB" value="usrt4_0.lib"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
198 |
<set name="NEED_ENTRYPOINT_LIBRARY" value="True"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
199 |
<set name="CC.NO_UNALIGNED_ACCESS" value="--no_unaligned_access"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
200 |
<set name="CC.SOFTVFP_MAYBE_VFPV2" value="softvfp+vfpv2"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
201 |
<set name="PL.SOFTVFP_MAYBE_VFPV2" value="vfpv2"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
202 |
<set name="CC.SOFTVFP_MAYBE_VFPV3" value="softvfp+vfpv3"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
203 |
<!-- Not supported yet : <set name="PL.SOFTVFP_MAYBE_VFPV3" value="vfpv3"/> --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
204 |
<set name="PL.SOFTVFP_MAYBE_VFPV3" value="vfpv2"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
205 |
<set name="CC.ARMV5" value="--cpu 5TE"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
206 |
<set name="CC.ARMV6" value="--cpu 6"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
207 |
<set name="CC.ARMV7" value="--cpu 7-A"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
208 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
209 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
210 |
<var name="urel"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
211 |
<set name="DEBUG_INFO" value=""/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
212 |
<set name="SYMBIAN_CCFLAGS" value="$(REL_OPTIMISATION)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
213 |
<set name="VARIANTTYPE" value="urel"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
214 |
<append name="CDEFS" value="NDEBUG"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
215 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
216 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
217 |
<var name="udeb"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
218 |
<set name="DEBUG_INFO" value="1"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
219 |
<set name="SYMBIAN_CCFLAGS" value="$(DEBUG_OPTIMISATION)"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
220 |
<set name="VARIANTTYPE" value="udeb"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
221 |
<append name="CDEFS" value="_DEBUG"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
222 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
223 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
224 |
<var name="remove_freeze"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
225 |
<set name='EFREEZE_REMOVE_OPTION' value='-Remove'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
226 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
227 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
228 |
<!-- OS variant mechanism is now deprecated. We retain the values for |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
229 |
versions older than TB92sf until the mechanism is removed. --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
230 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
231 |
<!-- variant for OS version v9.4 --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
232 |
<var name="v94"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
233 |
<set name='POSTLINKER_SUPPORTS_WDP' value=''/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
234 |
<set name='SUPPORTS_STDCPP_NEWLIB' value=''/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
235 |
<set name='RVCT_PRE_INCLUDE' value='$(EPOCINCLUDE)/rvct2_2/rvct2_2.h'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
236 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
237 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
238 |
<!-- variants for OS version TB91* (the same as OS v9.4) --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
239 |
<var name="vtb91" extends="v94"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
240 |
<var name="vtb91sf" extends="v94"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
241 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
242 |
<!-- these OS variants are deliberately empty --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
243 |
<var name="v95"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
244 |
<var name="v96"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
245 |
<var name="vFuture"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
246 |
<var name="vtb92"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
247 |
<var name="vtb92sf"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
248 |
<var name="vtb101"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
249 |
<var name="vtb101sf"/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
250 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
251 |
<!-- WINSCW specific variant for pick up nested relative include headers correctly --> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
252 |
<var name="mwccinc"> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
253 |
<set name='OPTION_CW' value='-cwd include'/> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
254 |
</var> |
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
255 |
|
17b8877fc4fe
Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
9
diff
changeset
|
256 |
</build> |