X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FConf%2Ftarget.template;h=bc3d9674bffe822a6cd6c8265229603361ee4638;hp=5b36e18fb82ab1888f4ac11041d4a3d53c3eb924;hb=b1ef40155e611a662af7bd328c6eea214564c8c8;hpb=53ca26a2d8fecb7ef41f8513ac09b65c51402980;ds=sidebyside diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 5b36e18fb8..bc3d9674bf 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -23,7 +23,7 @@ # of the platform FPD file that will be used for the build # This line is required if and only if the current working # directory does not contain one or more FPD files. -ACTIVE_PLATFORM = Nt32Pkg/Nt32.dsc +ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc # TARGET List Optional Zero or more of the following: DEBUG, RELEASE, # UserDefined; separated by a space character. @@ -50,7 +50,7 @@ TARGET_ARCH = IA32 # TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying # 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. +# MUST be located in the WORKSPACE/Conf directory. TOOL_CHAIN_CONF = Conf/tools_def.txt # TAGNAME List Optional Specify the name(s) of the tools_def.txt TagName to use.