mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-07 19:45:07 +02:00
Use an absolute path to specify tool executables.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@545 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
92b34fde25
commit
5179dda3f8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user