mirror of https://github.com/acidanthera/audk.git
CorebootPayloadPkg: Rename CorebootPayloadPkgX64.dsc X64 -> Ia32X64
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Maurice Ma <maurice.ma@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17168 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
92b48344f9
commit
9cb46176f4
|
@ -43,10 +43,10 @@ B. HOW TO BUILD
|
|||
build -a IA32 -p CorebootPayloadPkg\CorebootPayloadPkgIa32.dsc -b RELEASE -t <ToolChain>
|
||||
|
||||
For debug X64 build:
|
||||
build -a IA32 -a X64 -p CorebootPayloadPkg\CorebootPayloadPkgX64.dsc -b DEBUG -t <ToolChain>
|
||||
build -a IA32 -a X64 -p CorebootPayloadPkg\CorebootPayloadPkgIa32X64.dsc -b DEBUG -t <ToolChain>
|
||||
|
||||
For release X64 build:
|
||||
build -a IA32 -a X64 -p CorebootPayloadPkg\CorebootPayloadPkgX64.dsc -b RELEASE -t <ToolChain>
|
||||
build -a IA32 -a X64 -p CorebootPayloadPkg\CorebootPayloadPkgIa32X64.dsc -b RELEASE -t <ToolChain>
|
||||
|
||||
<ToolChain> is the EDK II build environment on your host. Currently it was tested with VS2008x64 toolchain.
|
||||
|
||||
|
|
Loading…
Reference in New Issue