diff options
author | Liming Gao <liming.gao@intel.com> | 2015-12-22 01:11:19 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2015-12-22 01:11:19 +0000 |
commit | c329f50012be7c74842355da1e274b4de16b75d5 (patch) | |
tree | c4b1fc18d36dd41a827fb8af9f1473467b6bb39a /BaseTools/Scripts | |
parent | 306a99809cf93e381576ebf8346620e7d6bb9e41 (diff) | |
download | edk2-platforms-c329f50012be7c74842355da1e274b4de16b75d5.tar.xz |
Nt32Pkg: Fix VS2015 Build Failure
VS2015 separates vcruntime.lib and ucrt.lib from msvcrt.lib. Per MSDN notes,
If you link with the /nodefaultlib option, you will need to link several
extra libraries when you link. For example, whereas you previously might have
just linked msvcrt.lib in order to use the CRT DLL, you will now also
need to link vcruntime.lib and ucrt.lib. More detail is in
http://blogs.msdn.com/b/vcblog/archive/2015/03/03/introducing-the-universal-crt.aspx
(Sync patch r19430 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2015@19433 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Scripts')
0 files changed, 0 insertions, 0 deletions