Further attempt at removing K4 specific code from the leash executable
authorSam Hartman <hartmans@mit.edu>
Fri, 14 Oct 2011 14:42:37 +0000 (14:42 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 14 Oct 2011 14:42:37 +0000 (14:42 +0000)
commit9f097418620513813ecc086bcd9002b6e07bf2a1
tree93c5bae874def5949a86c76a86c810ddc1a0ae96
parenta0216e21ff6d3885557d145c78c8547187cbc83a
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 <aamelnikov@gmail.com>
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 <kevin.wasserman@painless-security.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25339 dc483132-0cff-0310-8789-dd5450dbe970
18 files changed:
src/Makefile.in
src/windows/Makefile.in
src/windows/leash/Krb4EditDomainRealmList.cpp
src/windows/leash/KrbConfigOptions.cpp
src/windows/leash/KrbDomainRealmMaintenance.cpp
src/windows/leash/KrbMiscConfigOpt.cpp
src/windows/leash/KrbProperties.cpp
src/windows/leash/KrbProperties.h
src/windows/leash/Leash.cpp
src/windows/leash/Leash.h
src/windows/leash/LeashAboutBox.cpp
src/windows/leash/LeashDebugWindow.cpp
src/windows/leash/LeashProperties.cpp
src/windows/leash/LeashView.cpp
src/windows/leash/LeashView.h
src/windows/leash/Lglobals.h
src/windows/leash/Makefile.in [new file with mode: 0644]
src/windows/leash/ver.rc [new file with mode: 0644]