diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-22 06:22:16 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-22 06:22:16 +0000 |
commit | 589d5eaab31f1d1014f1dad1e9da7420dfb056bd (patch) | |
tree | 5553369cc499d705c118658dc915f1df7f75832c /BaseTools/Conf/target.template | |
parent | e1f414b6a7d8a0424e0e01f655b09a4612b4d0e8 (diff) | |
download | edk2-platforms-589d5eaab31f1d1014f1dad1e9da7420dfb056bd.tar.xz |
Added for new build system. Just for module porting purpose. Don't use it in normal build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2705 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Conf/target.template')
-rw-r--r-- | BaseTools/Conf/target.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index e9456ce717..f3912bf82b 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 = MdePkg/MdePkg.dsc
# TARGET List Optional Zero or more of the following: DEBUG, RELEASE,
# UserDefined; separated by a space character.
|