equal
deleted
inserted
replaced
14 </exec> |
14 </exec> |
15 |
15 |
16 <echo>INFO: Making host based tools.</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"> |
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"/> |
18 <arg value="/C"/> |
19 <arg value="make"/> |
19 <arg value="mingw32-make"/> |
20 </exec> |
20 </exec> |
21 <echo>INFO: Exporting Orbit mkspecs to epoc32\tools</echo> |
21 <echo>INFO: Exporting Orbit mkspecs to epoc32\tools</echo> |
22 <echo>INFO: Running Orbit theme installer, make install step</echo> |
22 <echo>INFO: Running Orbit theme installer, make install step</echo> |
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"> |
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"> |
24 <arg value="/C"/> |
24 <arg value="/C"/> |
25 <arg value="make install"/> |
25 <arg value="mingw32-make install"/> |
26 </exec> |
26 </exec> |
27 </sequential> |
27 </sequential> |
28 </target> |
28 </target> |
29 |
29 |
30 |
30 |