diff options
-rw-r--r-- | Tools/Source/TianoTools/VfrCompile/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/VfrCompile/build.xml b/Tools/Source/TianoTools/VfrCompile/build.xml index f6a08c83b2..7c48298484 100644 --- a/Tools/Source/TianoTools/VfrCompile/build.xml +++ b/Tools/Source/TianoTools/VfrCompile/build.xml @@ -93,7 +93,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <target name="Dlg" depends="Antlr" unless="CheckDepends">
<exec dir="${basedir}/${ToolName}" executable="dlg" failonerror="TRUE">
- <arg line="-C2 -i -CC -o . Parser.dlg"/>
+ <arg line="-C2 -i -CC -o . parser.dlg"/>
</exec>
</target>
|