sf-tools/run-qmake.ant.xml.ftl
changeset 1296 ba3ce53a881a
parent 1295 b8cd1888a3b2
child 1297 c79c5ad11c63
equal deleted inserted replaced
1295:b8cd1888a3b2 1296:ba3ce53a881a
     4     <target name="all" depends="sf-configure-orbit"/>
     4     <target name="all" depends="sf-configure-orbit"/>
     5 
     5 
     6 
     6 
     7     <target name="sf-configure-orbit">
     7     <target name="sf-configure-orbit">
     8         <sequential>
     8         <sequential>
       
     9                     <echo>INFO: Configuring Orbit host based tools.</echo>
     9                     <exec executable="cmd" dir="${r'$'}{build.drive}/sf/mw/hb" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
    10                     <exec executable="cmd" dir="${r'$'}{build.drive}/sf/mw/hb" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
    10                         <arg value="/C"/>
    11                         <arg value="/C"/>
    11                         <arg value="python"/>
    12                         <arg value="python"/>
    12                         <arg line ="configure.py --host-make-bin=mingw32-make.exe --host-qmake-bin=qmake.exe --qmake-spec=win32-g++ --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN CONFIG+=sgimagelite_support DEFINES+=HB_EFFECTS_OPENVG DEFINES+=HB_FILTER_EFFECTS"/>
    13                         <arg line ="configure.py --host-make-bin=mingw32-make.exe --host-qmake-bin=qmake.exe --qmake-spec=win32-g++ --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN CONFIG+=sgimagelite_support DEFINES+=HB_EFFECTS_OPENVG DEFINES+=HB_FILTER_EFFECTS"/>
    13                     </exec>
    14                     </exec>
    14                         
    15                         
    15                     <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for </echo>
    16                     <echo>INFO: Making host based tools.</echo>
       
    17                     <exec executable="cmd" dir="${r'$'}{build.drive}/sf/mw/hb" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_make.log">
       
    18                         <arg value="/C"/>
       
    19                         <arg value="make"/>
       
    20                     </exec>
       
    21                     <echo>INFO: Exporting Orbit mkspecs to epoc32\tools</echo>
    16                     <echo>INFO: Running Orbit theme installer, make install step</echo>
    22                     <echo>INFO: Running Orbit theme installer, make install step</echo>
    17                     <exec executable="cmd" dir="${r'$'}{build.drive}/sf/mw/hb" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">
    23                     <exec executable="cmd" dir="${r'$'}{build.drive}/sf/mw/hb" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">
    18                         <arg value="/C"/>
    24                         <arg value="/C"/>
    19                         <arg value="make install"/>
    25                         <arg value="make install"/>
    20                     </exec>
    26                     </exec>