Pick MFC version based on VisualStudioVersion
Rather than hardcode support for VS2010 and VS2012, assume that the right MFC version can be obtained by removing the "." in the VisualStudioVersion variable. This is true for VS2010, VS2012, VS2013, and VS2015 at least. If VisualStudioVersion it is not set, fall back to using MFC100(D) as before. https://github.com/krb5/krb5/commit/705c2a4f21f64e0ee5be10eeffbc8c78c27a518d Author: Thomas Sondergaard <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 705c2a4f21f64e0ee5be10eeffbc8c78c27a518d Branch: master src/windows/leash/Makefile.in | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) _______________________________________________ kfwdev mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/kfwdev
