]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Conf/target.template
Sync EDKII BaseTools to BaseTools project r2065.
[mirror_edk2.git] / BaseTools / Conf / target.template
CommitLineData
07a756b9 1#\r
08dd311f 2# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
07a756b9 3#\r
40d841f6 4# This program and the accompanying materials\r
07a756b9 5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
07a756b9 12#\r
13# ALL Paths are Relative to WORKSPACE\r
14\r
15# Separate multiple LIST entries with a SINGLE SPACE character, do not use comma characters.\r
16# Un-set an option by either commenting out the line, or not setting a value.\r
17\r
18#\r
19# PROPERTY Type Use Description\r
20# ---------------- -------- -------- -----------------------------------------------------------\r
21# ACTIVE_PLATFORM Filename Recommended Specify the WORKSPACE relative Path and Filename\r
106c688f 22# of the platform description file that will be used for the\r
23# build. This line is required if and only if the current\r
24# working directory does not contain one or more description\r
25# files.\r
07a756b9 26ACTIVE_PLATFORM = Nt32Pkg/Nt32Pkg.dsc\r
27\r
28# TARGET List Optional Zero or more of the following: DEBUG, RELEASE,\r
29# UserDefined; separated by a space character.\r
30# If the line is missing or no value is specified, all\r
106c688f 31# valid targets specified in the platform description file \r
32# will attempt to be built. The following line will build all\r
33# platform targets.\r
07a756b9 34TARGET = DEBUG\r
35\r
36# TARGET_ARCH List Optional What kind of architecture is the binary being target for.\r
37# One, or more, of the following, IA32, IPF, X64, EBC or ARM.\r
38# Multiple values can be specified on a single line, using\r
39# space charaters to separate the values. These are used\r
106c688f 40# during the parsing of an platform description file, \r
41# restricting the build output target(s.)\r
07a756b9 42# The Build Target ARCH is determined by a logical AND of:\r
106c688f 43# platform BuildOptions: <SupportedArchitectures> tag\r
07a756b9 44# If not specified, then all valid architectures specified\r
106c688f 45# in the platform file, for which tools are available, will be\r
07a756b9 46# built.\r
47TARGET_ARCH = IA32\r
48\r
49# TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying\r
50# the tools to use for the build. If not specified,\r
51# tools_def.txt will be used for the build. This file\r
52# MUST be located in the WORKSPACE/Conf directory.\r
53TOOL_CHAIN_CONF = Conf/tools_def.txt\r
54\r
55# TAGNAME List Optional Specify the name(s) of the tools_def.txt TagName to use.\r
56# If not specified, all applicable TagName tools will be\r
57# used for the build. The list uses space character separation.\r
58TOOL_CHAIN_TAG = MYTOOLS\r
59\r
2eab98c1 60# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Recommend to set this\r
61# value to one more than the number of your compurter\r
62# cores or CPUs. Less than 2 means disable multithread build.\r
04e031d0 63MAX_CONCURRENT_THREAD_NUMBER = 1\r
e2336e39 64\r
65# Build rules definition\r
66#\r
67#\r
68BUILD_RULE_CONF = Conf/build_rule.txt\r
69\r