]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added a line to create a target.txt if one does not exist, based on the target.templa...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Jul 2006 00:40:35 +0000 (00:40 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Jul 2006 00:40:35 +0000 (00:40 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@723 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Conf/target.template [new file with mode: 0644]
Tools/build.xml

diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template
new file mode 100644 (file)
index 0000000..e961d70
--- /dev/null
@@ -0,0 +1,3 @@
+ACTIVE_PLATFORM = MdePkg.fpd
+ACTIVE_TARGET = DEBUG
+ACTIVE_ARCH = IA32
index 4a57956b875d6d6eb226927a601f99391afe51b0..950bf32044d19e291f81831d5ab2b177ca896e5c 100644 (file)
@@ -62,6 +62,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 </catalog>]]>\r
     </echo>\r
     <copy file="Conf/tools_def.template" tofile="Conf/tools_def.txt" overwrite="false"/>\r
+    <copy file="Conf/target.template" tofile="Conf/target.txt" overwrite="false"/>\r
   </target>\r
   <target name="clean">\r
     <subant target="clean" inheritall="false">\r