diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-08 10:06:40 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-08 10:06:40 +0000 |
commit | cfccc31e51fb2c7075aabb199fde25857ddd02cc (patch) | |
tree | 5c0fc2a9612b1d8b7b3f3e1e859bf26b71eed2a5 /Tools/Conf/target.template | |
parent | c773bec060fad36cc7b65fba89f8f8c388657424 (diff) | |
download | edk2-platforms-cfccc31e51fb2c7075aabb199fde25857ddd02cc.tar.xz |
changed TOOLS_DEFINITION_FILE to TOOL_CHAIN_CONF;
changed TAGNAME to TOOL_CHAIN_TAG
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@834 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Conf/target.template')
-rw-r--r-- | Tools/Conf/target.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template index 9839bbc93e..efb85546d3 100644 --- a/Tools/Conf/target.template +++ b/Tools/Conf/target.template @@ -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 |