]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/VfrCompile/build.xml
Use an absolute path to specify tool executables.
[mirror_edk2.git] / Tools / Source / TianoTools / VfrCompile / build.xml
index 7b73cf6de25315bd0945c4b68bb8cb2884597c94..d927c44a5751146a2657176197d75c52e9e9c6d0 100644 (file)
@@ -99,13 +99,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   </target>\r
 \r
   <target name="Antlr" depends="init" unless="CheckDepends">\r
-    <exec dir="${basedir}/${ToolName}" executable="antlr" failonerror="TRUE">\r
+    <exec dir="${basedir}/${ToolName}" executable="${env.FRAMEWORK_TOOLS_PATH}/antlr" failonerror="TRUE">\r
       <arg line="-CC -e3 -ck 3 -o . VfrCompile.g"/>\r
     </exec>\r
   </target>\r
 \r
   <target name="Dlg" depends="Antlr" unless="CheckDepends">\r
-    <exec dir="${basedir}/${ToolName}" executable="dlg" failonerror="TRUE">\r
+    <exec dir="${basedir}/${ToolName}" executable="${env.FRAMEWORK_TOOLS_PATH}/dlg" failonerror="TRUE">\r
       <arg line="-C2 -i -CC -o . parser.dlg"/>\r
     </exec>\r
   </target>\r