diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-04 23:32:15 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-04 23:32:15 +0000 |
commit | 621406c57f6e48dcabba8c0e82b263ab78745be4 (patch) | |
tree | 90fecf37763432efb43b4811d1583af4706fdc09 | |
parent | 0f254cac2d7b0023f303ef5a5de99571706b530a (diff) | |
download | edk2-platforms-621406c57f6e48dcabba8c0e82b263ab78745be4.tar.xz |
Fix a capitalization error.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@105 6f19259b-4bc3-4df7-8a09-765794883524
-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>
|