summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/VfrCompile/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Source/TianoTools/VfrCompile/build.xml')
-rw-r--r--Tools/Source/TianoTools/VfrCompile/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Source/TianoTools/VfrCompile/build.xml b/Tools/Source/TianoTools/VfrCompile/build.xml
index 7b73cf6..d927c44 100644
--- a/Tools/Source/TianoTools/VfrCompile/build.xml
+++ b/Tools/Source/TianoTools/VfrCompile/build.xml
@@ -99,13 +99,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</target>
<target name="Antlr" depends="init" unless="CheckDepends">
- <exec dir="${basedir}/${ToolName}" executable="antlr" failonerror="TRUE">
+ <exec dir="${basedir}/${ToolName}" executable="${env.FRAMEWORK_TOOLS_PATH}/antlr" failonerror="TRUE">
<arg line="-CC -e3 -ck 3 -o . VfrCompile.g"/>
</exec>
</target>
<target name="Dlg" depends="Antlr" unless="CheckDepends">
- <exec dir="${basedir}/${ToolName}" executable="dlg" failonerror="TRUE">
+ <exec dir="${basedir}/${ToolName}" executable="${env.FRAMEWORK_TOOLS_PATH}/dlg" failonerror="TRUE">
<arg line="-C2 -i -CC -o . parser.dlg"/>
</exec>
</target>