public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/4] Add VS2017 tool chain for evaluation
@ 2017-10-18 10:48 Liming Gao
  2017-10-18 10:48 ` [Patch 1/4] MdePkg: Disable VS warning 4701 & 4703 for VS2017 Liming Gao
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Liming Gao @ 2017-10-18 10:48 UTC (permalink / raw)
  To: edk2-devel

This patch serial adds VS2017 tool chain in BaseTools tools_def.template. 
It enables /WHOLEARCHIVE option to detect the potential code issue. 
It can be used to build source code with Visual Studio 2017 on 32bit or 
64bit Windows OS. After this tool chain is evaluated, the similar 
VS2017x86, VS2017xASL and VS2017x86xASL tool chain will be provided. 
And, to avoid more duplicated informations be introduced, the proposal to 
simplify tools_def.template will be provided. 

Liming Gao (4):
  MdePkg: Disable VS warning 4701 & 4703 for VS2017
  BaseTools: Add VS2017 tool chain in BaseTools tools_def.template
  BaseTools: Update VS batch file to auto detect VS2017
  Nt32Pkg: Add VS2017 support in SecMain

 BaseTools/Conf/tools_def.template   | 122 ++++++++++++++++++++++++++++++++++++
 BaseTools/get_vsvars.bat            |   8 +++
 BaseTools/set_vsprefix_envs.bat     |  30 +++++++++
 MdePkg/Include/Ia32/ProcessorBind.h |   4 +-
 MdePkg/Include/X64/ProcessorBind.h  |   4 +-
 Nt32Pkg/Sec/SecMain.inf             |   2 +
 6 files changed, 166 insertions(+), 4 deletions(-)

-- 
2.8.0.windows.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-19  2:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-18 10:48 [Patch 0/4] Add VS2017 tool chain for evaluation Liming Gao
2017-10-18 10:48 ` [Patch 1/4] MdePkg: Disable VS warning 4701 & 4703 for VS2017 Liming Gao
2017-10-19  2:26   ` Ni, Ruiyu
2017-10-18 10:48 ` [Patch 2/4] BaseTools: Add VS2017 tool chain in BaseTools tools_def.template Liming Gao
2017-10-18 10:48 ` [Patch 3/4] BaseTools: Update VS batch file to auto detect VS2017 Liming Gao
2017-10-18 10:48 ` [Patch 4/4] Nt32Pkg: Add VS2017 support in SecMain Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox