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:
3
Tools/Conf/target.template
Normal file
3
Tools/Conf/target.template
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
ACTIVE_PLATFORM = MdePkg.fpd
|
||||||
|
ACTIVE_TARGET = DEBUG
|
||||||
|
ACTIVE_ARCH = IA32
|
@@ -62,6 +62,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
</catalog>]]>
|
</catalog>]]>
|
||||||
</echo>
|
</echo>
|
||||||
<copy file="Conf/tools_def.template" tofile="Conf/tools_def.txt" overwrite="false"/>
|
<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>
|
||||||
<target name="clean">
|
<target name="clean">
|
||||||
<subant target="clean" inheritall="false">
|
<subant target="clean" inheritall="false">
|
||||||
|
Reference in New Issue
Block a user