[krbdev.mit.edu #8678] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Sun May 13 01:13:44 EDT 2018
Don't specify MFC library in Leash build
Since MFC 3.0 (which shipped with Visual C++ 2.0, decades ago) it has
been unnecessary to specify the MFC library in the link line; the
headers can magically add the right one. Guessing the MFC version
from $(VISUALSTUDIOVERSION) does not work with Visual Studio 2017 (we
guess 150; the correct value is 140).
https://github.com/krb5/krb5/commit/eb46a725a0236ee275ee97c739cef475623d42c6
Author: Greg Hudson <ghudson at mit.edu>
Commit: eb46a725a0236ee275ee97c739cef475623d42c6
Branch: master
src/windows/leash/Makefile.in | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
More information about the krb5-bugs
mailing list