mirror of https://github.com/acidanthera/audk.git
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:
parent
bb5545b663
commit
9ae9341aa3
|
@ -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>]]>
|
||||
</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">
|
||||
|
|
Loading…
Reference in New Issue