Change the default active platform from MdeModulePkg to Nt32Pkg

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3215 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-07-12 14:42:23 +00:00
parent 326e346966
commit 1e5e792546

View File

@@ -23,7 +23,7 @@
# of the platform FPD file that will be used for the build # of the platform FPD file that will be used for the build
# This line is required if and only if the current working # This line is required if and only if the current working
# directory does not contain one or more FPD files. # directory does not contain one or more FPD files.
ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc ACTIVE_PLATFORM = Nt32Pkg/Nt32Pkg.dsc
# TARGET List Optional Zero or more of the following: DEBUG, RELEASE, # TARGET List Optional Zero or more of the following: DEBUG, RELEASE,
# UserDefined; separated by a space character. # UserDefined; separated by a space character.