diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-08 07:02:24 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-08 07:02:24 +0000 |
commit | 04b8b67740a0aee3e282f979a9a5fc99934ab47e (patch) | |
tree | 3af0840180bf22bc16c4eb2453cde9d287e9dfd9 | |
parent | fbda1aada3873956b501ac7cc1571b593e017b5e (diff) | |
download | edk2-platforms-04b8b67740a0aee3e282f979a9a5fc99934ab47e.tar.xz |
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
-rw-r--r-- | Tools/CCode/Source/CompressDll/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/CompressDll/build.xml b/Tools/CCode/Source/CompressDll/build.xml index 5043d127d5..124255b17a 100644 --- a/Tools/CCode/Source/CompressDll/build.xml +++ b/Tools/CCode/Source/CompressDll/build.xml @@ -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!"/>
|