equal
deleted
inserted
replaced
57 <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/> |
57 <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/> |
58 <then> |
58 <then> |
59 <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false"> |
59 <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false"> |
60 <arg value="/C"/> |
60 <arg value="/C"/> |
61 <arg value="python"/> |
61 <arg value="python"/> |
62 <arg line ="configure.py --qmake-bin=\epoc32\tools\qmake.bat --qmake-spec=symbian-sbsv2 --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN"/> |
62 <arg line ="configure.py --qmake-bin=\epoc32\tools\qmake.bat --qmake-spec=symbian-sbsv2 --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN CONFIG-=sgimagelite_support DEFINES+=HB_EFFECTS_OPENVG DEFINES+=HB_FILTER_EFFECTS"/> |
63 </exec> |
63 </exec> |
64 </then> |
64 </then> |
65 <else> |
65 <else> |
66 <echo message="ERROR: Directory ${r'$'}{build.drive}/${unit.@bldFile} doesn't exist."/> |
66 <echo message="ERROR: Directory ${r'$'}{build.drive}/${unit.@bldFile} doesn't exist."/> |
67 </else> |
67 </else> |