]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't specify MFC library in Leash build
authorGreg Hudson <ghudson@mit.edu>
Sat, 5 May 2018 21:53:54 +0000 (17:53 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sun, 13 May 2018 03:50:34 +0000 (23:50 -0400)
commiteb46a725a0236ee275ee97c739cef475623d42c6
treee64ea1d6605b90ce72cace8f0ae08b0293c7bee1
parent523e4ab050b13404a6929cc56ef873de8023e25c
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).

ticket: 8678 (new)
src/windows/leash/Makefile.in