Changed make tool to mingw32-make.
authorJohan Groth <johang@symbian.org>
Fri, 08 Oct 2010 15:18:03 +0100
changeset 1297 c79c5ad11c63
parent 1296 ba3ce53a881a
child 1298 acc4b03313f0
Changed make tool to mingw32-make.
sf-tools/run-qmake.ant.xml.ftl
--- a/sf-tools/run-qmake.ant.xml.ftl	Fri Oct 08 15:15:08 2010 +0100
+++ b/sf-tools/run-qmake.ant.xml.ftl	Fri Oct 08 15:18:03 2010 +0100
@@ -16,13 +16,13 @@
                     <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"/>
+                        <arg value="mingw32-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"/>
-                        <arg value="make install"/>
+                        <arg value="mingw32-make install"/>
                     </exec>
         </sequential>
     </target>