From: Liming Gao Date: Tue, 21 May 2019 15:09:05 +0000 (+0800) Subject: BaseTools: Update Conf/target.template with the default EmulatorPkg.dsc X-Git-Tag: edk2-stable201905~48 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=4718129bf94ef3496e47809f4c3f0e30f256f220 BaseTools: Update Conf/target.template with the default EmulatorPkg.dsc Nt32Pkg has been removed. The default platform is changed to EmulatorPkg.dsc. Signed-off-by: Liming Gao Cc: Bob Feng Reviewed-by: Bob Feng --- diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index de8137a07e..d4a3b53b7f 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -1,5 +1,5 @@ # -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -17,7 +17,7 @@ # build. This line is required if and only if the current # working directory does not contain one or more description # files. -ACTIVE_PLATFORM = Nt32Pkg/Nt32Pkg.dsc +ACTIVE_PLATFORM = EmulatorPkg/EmulatorPkg.dsc # TARGET List Optional Zero or more of the following: DEBUG, RELEASE, NOOPT # UserDefined; separated by a space character.