sf-tools/run-qmake.ant.xml.ftl
changeset 1295 b8cd1888a3b2
parent 1294 6a48e8922c95
child 1296 ba3ce53a881a
equal deleted inserted replaced
1294:6a48e8922c95 1295:b8cd1888a3b2
    10                         <arg value="/C"/>
    10                         <arg value="/C"/>
    11                         <arg value="python"/>
    11                         <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"/>
    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                     </exec>
    13                     </exec>
    14                         
    14                         
    15                     <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}</echo>
    15                     <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for </echo>
    16                     <echo>INFO: Running Orbit theme installer, make install step</echo>
    16                     <echo>INFO: Running Orbit theme installer, make install step</echo>
    17                     <exec executable="cmd" dir="${r'$'}{build.drive}${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">
    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">
    18                         <arg value="/C"/>
    18                         <arg value="/C"/>
    19                         <arg value="make install"/>
    19                         <arg value="make install"/>
    20                     </exec>
    20                     </exec>
    21         </sequential>
    21         </sequential>
    22     </target>
    22     </target>