--- a/sf-tools/run-qmake.ant.xml.ftl Thu Oct 07 15:25:24 2010 +0100
+++ b/sf-tools/run-qmake.ant.xml.ftl Fri Oct 08 15:15:08 2010 +0100
@@ -6,13 +6,19 @@
<target name="sf-configure-orbit">
<sequential>
+ <echo>INFO: Configuring Orbit host based tools.</echo>
<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">
<arg value="/C"/>
<arg value="python"/>
<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"/>
</exec>
- <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for </echo>
+ <echo>INFO: Making host based tools.</echo>
+ <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">
+ <arg value="/C"/>
+ <arg value="make"/>
+ </exec>
+ <echo>INFO: Exporting Orbit mkspecs to epoc32\tools</echo>
<echo>INFO: Running Orbit theme installer, make install step</echo>
<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">
<arg value="/C"/>