Symbian2 single model sf.spec.sbs.config - Changed from naming 4 explicit targets to just "winscw.whatlog,armv5.whatlog" as Raptor2.8.5 can cope with these in the iterate compile.
authorMattD <mattd@symbian.org>
Tue, 29 Sep 2009 16:09:07 +0100
changeset 219 9f117a247867
parent 216 84b64fab113b
child 220 c12183d23974
Symbian2 single model sf.spec.sbs.config - Changed from naming 4 explicit targets to just "winscw.whatlog,armv5.whatlog" as Raptor2.8.5 can cope with these in the iterate compile.
symbian2/single/job_props.ant.xml
--- a/symbian2/single/job_props.ant.xml	Mon Sep 28 13:21:10 2009 +0100
+++ b/symbian2/single/job_props.ant.xml	Tue Sep 29 16:09:07 2009 +0100
@@ -11,7 +11,7 @@
     <property name="sf.spec.corebuildversion" value="week19"/>
     
     <property name="sf.spec.sbs.variant" value="tb91sf"/>  
-    <property name="sf.spec.sbs.config"  value="winscw_urel.whatlog,winscw_udeb.whatlog,armv5_urel.whatlog,armv5_udeb.whatlog"/> <!-- both _urel and _udeb -->
+    <property name="sf.spec.sbs.config"  value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb -->
     <property name="sf.spec.sbs.tools.config" value="tools_rel.whatlog,tools2_rel.whatlog"/>
     
     <property name="sf.os.compile.iterate"  value="true"/> <!-- New property for iterating though sf.spec.sbs.config instead of all at once -->