]> git.proxmox.com Git - mirror_edk2.git/commit
Nt32Pkg SecMain: Update SecMain.inf to support VS2015x86 X64 Mode
authorchanuei <chenwei01@thtfpc.com>
Tue, 18 Oct 2016 02:45:02 +0000 (10:45 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 29 Dec 2016 02:07:14 +0000 (10:07 +0800)
commitf9182ca6a3ecad1e551d01b04618b04bdf8387e4
treecc11f9539e0e40bf6a313a72a8a4e836bf89a807
parent710174e01174c834eacc70dd6b50a6fe900baf23
Nt32Pkg SecMain: Update SecMain.inf to support VS2015x86 X64 Mode

In V2:
  Add the specific LIB path in IA32 LINK path.

Update SecMain.inf to support VS2015x86 X64 Mode Build.
After this change, X64 Native Tools Command Prompt is not
required to be trig. NT32 IA32 and X64 can be built in the same
environment. It simplifies NT32 X64 build. New build command:
edksetup.bat --nt32
build -p Nt32Pkg\Nt32Pkg.dsc -a X64  # for 64
build -p Nt32Pkg\Nt32Pkg.dsc -a IA32 # for 32

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Chan <chanuei@sina.com>
Tested-by: Liming Gao <liming.gao@intel.com>
Nt32Pkg/Sec/SecMain.inf