Added a line to create a target.txt if one does not exist, based on the target.template file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@723 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-07-04 00:40:35 +00:00
parent bb5545b663
commit 9ae9341aa3
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ACTIVE_PLATFORM = MdePkg.fpd
ACTIVE_TARGET = DEBUG
ACTIVE_ARCH = IA32

View File

@ -62,6 +62,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</catalog>]]>
</echo>
<copy file="Conf/tools_def.template" tofile="Conf/tools_def.txt" overwrite="false"/>
<copy file="Conf/target.template" tofile="Conf/target.txt" overwrite="false"/>
</target>
<target name="clean">
<subant target="clean" inheritall="false">