sf-platform/compile.ant.xml
changeset 1282 6a4e549c6310
parent 1170 6dad376b9835
child 1283 dcbd9aa4a422
equal deleted inserted replaced
1281:c5308055d94d 1282:6a4e549c6310
     7   <target name="sf-os-compile">
     7   <target name="sf-os-compile">
     8     
     8     
     9     <antcall target="sf-do-compile" inheritAll="false" inheritRefs="true">
     9     <antcall target="sf-do-compile" inheritAll="false" inheritRefs="true">
    10         <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" />
    10         <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" />
    11         <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files" />
    11         <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files" />
       
    12     </antcall>
       
    13 	<antcall target="sf-do-compile" inheritAll="false" inheritRefs="true">
       
    14         <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" />
       
    15         <reference refid="sf.spec.tools.system.definition.files" torefid="system.definition.files" />
    12     </antcall>
    16     </antcall>
    13   </target>
    17   </target>
    14   
    18   
    15   <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first.
    19   <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first.
    16        note: must be called from sf-os/s60-compile targets, as sys model input needed -->
    20        note: must be called from sf-os/s60-compile targets, as sys model input needed -->