Removed template specific stuff.
authorJohan Groth <johang@symbian.org>
Thu, 07 Oct 2010 15:25:24 +0100
changeset 1295 b8cd1888a3b2
parent 1294 6a48e8922c95
child 1296 ba3ce53a881a
Removed template specific stuff.
sf-tools/run-qmake.ant.xml.ftl
--- a/sf-tools/run-qmake.ant.xml.ftl	Thu Oct 07 15:08:50 2010 +0100
+++ b/sf-tools/run-qmake.ant.xml.ftl	Thu Oct 07 15:25:24 2010 +0100
@@ -12,9 +12,9 @@
                         <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 ${unit.@bldFile}/${unit.@proFile}</echo>
+                    <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for </echo>
                     <echo>INFO: Running Orbit theme installer, make install step</echo>
-                    <exec executable="cmd" dir="${r'$'}{build.drive}${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">
+                    <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"/>
                     </exec>