From 9f097418620513813ecc086bcd9002b6e07bf2a1 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Fri, 14 Oct 2011 14:42:37 +0000 Subject: Further attempt at removing K4 specific code from the leash executable Updates to leash Makefile.in to make it link on Windows 64 Signed-off-by: Alexey Melnikov leash link fixes: fix mfc library and fix path to wshelper MFC100D.lib for mscv2010; util\wshelper instead of windows\wshelper Add ver.rc for leash Signed-off-by: Kevin Wasserman git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25339 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/leash/LeashAboutBox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/windows/leash/LeashAboutBox.cpp') diff --git a/src/windows/leash/LeashAboutBox.cpp b/src/windows/leash/LeashAboutBox.cpp index 972514feeb..8c6f7f425b 100644 --- a/src/windows/leash/LeashAboutBox.cpp +++ b/src/windows/leash/LeashAboutBox.cpp @@ -302,8 +302,10 @@ void CLeashAboutBox::OnNotLoadedModules() { m_LB_DLLsLoaded.ResetContent(); +#ifndef NO_KRB4 if (!CLeashApp::m_hKrb4DLL) m_LB_DLLsLoaded.AddString(KERB4DLL); +#endif if (!CLeashApp::m_hKrb5DLL) m_LB_DLLsLoaded.AddString(KERB5DLL); -- cgit