diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-26 17:25:15 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-26 17:25:15 +0000 |
commit | 460fa4a25bdf18ac374369be377da15db50fee80 (patch) | |
tree | 5a55fb51c504780ac677fbe1dc7045c25a417756 /Tools/Source/TianoTools/GenSection/build.xml | |
parent | 2ce311322c72857f73138c45358e722607a1e80c (diff) | |
download | edk2-platforms-460fa4a25bdf18ac374369be377da15db50fee80.tar.xz |
A couple of cleanups in the TianoTools build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1104 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/GenSection/build.xml')
-rw-r--r-- | Tools/Source/TianoTools/GenSection/build.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/Source/TianoTools/GenSection/build.xml b/Tools/Source/TianoTools/GenSection/build.xml index 92fd151454..ee1453c128 100644 --- a/Tools/Source/TianoTools/GenSection/build.xml +++ b/Tools/Source/TianoTools/GenSection/build.xml @@ -21,8 +21,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <typedef resource="cpptasks.types"/>
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
- <property environment="env"/>
-
<property name="LINK_OUTPUT_TYPE" value="static"/>
<property name="BUILD_DIR" value="${PACKAGE_DIR}/${ToolName}/tmp"/>
|