mirror of https://github.com/acidanthera/audk.git
Separate NT32 build directory, so that we can build IA32 and X64 image at same time.
Signed-off-by: Yao, Jiewen <Jiewen.Yao@intel.com> Reviewed-by: Ni, Ruiyu <Ruiyu.Ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14780 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5f7273293d
commit
f3a86f7392
|
@ -26,7 +26,7 @@
|
|||
PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2
|
||||
PLATFORM_VERSION = 0.4
|
||||
DSC_SPECIFICATION = 0x00010005
|
||||
OUTPUT_DIRECTORY = Build/NT32
|
||||
OUTPUT_DIRECTORY = Build/NT32$(ARCH)
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64
|
||||
BUILD_TARGETS = DEBUG|RELEASE
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
|
|
Loading…
Reference in New Issue