]> git.proxmox.com Git - mirror_edk2.git/commitdiff
changed TOOLS_DEFINITION_FILE to TOOL_CHAIN_CONF;
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 8 Jul 2006 10:06:40 +0000 (10:06 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 8 Jul 2006 10:06:40 +0000 (10:06 +0000)
changed TAGNAME to TOOL_CHAIN_TAG

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@834 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Conf/target.template

index 9839bbc93e25e05b73f64f65d356cc2d88b7f5eb..efb85546d38c6676f46be239c1f5aebce7fcca1f 100644 (file)
@@ -50,10 +50,10 @@ TARGET_ARCH           = IA32
 #                                             the tools to use for the build.  If not specified, 
 #                                             tools_def.txt will be used for the build.  This file 
 #                                             MUST be located in the WORKSPACE/Tools/Conf directory.
-TOOLS_DEFINITION_FILE = Tools/Conf/tools_def.txt
+TOOL_CHAIN_CONF       = Tools/Conf/tools_def.txt
 
 #  TAGNAME               List      Optional   Specify the name(s) of the tools_def.txt TagName to use.  
 #                                             If not specified, all applicable TagName tools will be 
 #                                             used for the build.  The list uses space character separation.
-TAGNAME               = MSFT
+TOOL_CHAIN_TAG        = MSFT