sf-platform/compile.ant.xml
changeset 975 9e13c23197b2
parent 940 5d6e2c958c66
child 1014 5eec172ee719
equal deleted inserted replaced
974:987d54f2fefd 975:9e13c23197b2
    37         <echo message="INFO Building tools, unpack is not specified"/>        
    37         <echo message="INFO Building tools, unpack is not specified"/>        
    38         
    38         
    39         <!-- sf.spec.sbs.tools.config param used. do-target-build will decide to build sequentially/together -->
    39         <!-- sf.spec.sbs.tools.config param used. do-target-build will decide to build sequentially/together -->
    40         <antcall target="sf-do-target-compile" inheritAll="false" inheritRefs="true">
    40         <antcall target="sf-do-target-compile" inheritAll="false" inheritRefs="true">
    41             <param name="i.sf.spec.sbs.config" value="${sf.spec.sbs.tools.config}" />           
    41             <param name="i.sf.spec.sbs.config" value="${sf.spec.sbs.tools.config}" />           
       
    42             <param name="qmake.enabled"        value="false"/> <!-- ensure qmake is not run, before its available -->
    42         </antcall>
    43         </antcall>
    43       </then>
    44       </then>
    44       <else>
    45       <else>
    45         <echo message="INFO Skipping tools build, tools were unpacked from ${sf.spec.baseline.location}"/>        
    46         <echo message="INFO Skipping tools build, tools were unpacked from ${sf.spec.baseline.location}"/>        
    46       </else>
    47       </else>
    71     <!-- call helium's compile-main target using the sbsInput args defined above -->
    72     <!-- call helium's compile-main target using the sbsInput args defined above -->
    72     <echo message="INFO Full export for all targets"/>
    73     <echo message="INFO Full export for all targets"/>
    73     <antcall target="compile-main" inheritAll="false" inheritRefs="true">
    74     <antcall target="compile-main" inheritAll="false" inheritRefs="true">
    74         <param name="build.system" value="${sf.spec.build.system}" />
    75         <param name="build.system" value="${sf.spec.build.system}" />
    75         <param name="sbs.inputs.list" value="sf.export"/>
    76         <param name="sbs.inputs.list" value="sf.export"/>
       
    77         <param name="qmake.enabled"   value="false"/> <!-- ensure qmake is not run, before its available -->
    76     </antcall> 
    78     </antcall> 
    77   </target>
    79   </target>
    78 
    80 
    79   <!-- compile sbs.config list of targets either sequentially or together -->
    81   <!-- compile sbs.config list of targets either sequentially or together -->
    80   <target name="sf-do-target-compile">
    82   <target name="sf-do-target-compile">