sf-platform/compile.ant.xml
changeset 1170 6dad376b9835
parent 1109 cae69bccf0cc
child 1282 6a4e549c6310
equal deleted inserted replaced
1169:5fafe4f9fda8 1170:6dad376b9835
     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   </target>
       
    14   
       
    15   <!-- compile specified sysdef file. called from sf-compile target in sf-platform/build.xml -->
       
    16   <target name="sf-s60-compile">
       
    17     <antcall target="sf-do-compile" inheritAll="false" inheritRefs="true">
       
    18         <param name="sysdef.configurations.list" value="${sf.spec.s60.sysdef.clean.configurations.list}" />
       
    19         <reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" />
       
    20     </antcall>
    12     </antcall>
    21   </target>
    13   </target>
    22   
    14   
    23   <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first.
    15   <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first.
    24        note: must be called from sf-os/s60-compile targets, as sys model input needed -->
    16        note: must be called from sf-os/s60-compile targets, as sys model input needed -->