Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 637 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 Commit: eb46a725a0236ee275ee97c739cef475623d42c6 Branch: master src/windows/leash/Makefile.in | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-)