Changed the tmp path because of directory structure changes

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1686 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-10-08 07:02:24 +00:00
parent fbda1aada3
commit 04b8b67740
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
<property name="LINK_OUTPUT_TYPE" value="static"/>
<property name="BUILD_DIR" value="${WORKSPACE}/Tools/Source/TianoTools/${LibName}/tmp"/>
<property name="BUILD_DIR" value="${WORKSPACE}/Tools/CCode/Source/${LibName}/tmp"/>
<target name="GenTool" depends="init,Lib" >
<echo message="The EDK Tool Library: ${LibName} build has completed!"/>