krb5 commit [krb5-1.13]: Do not link atl.lib into leash

Tom Yu tlyu at mit.edu
Wed May 13 17:06:09 EDT 2015


https://github.com/krb5/krb5/commit/8cba91b5ddb040b34ea046aadd88ab9eceb9b03f
commit 8cba91b5ddb040b34ea046aadd88ab9eceb9b03f
Author: Benjamin Kaduk <kaduk at mit.edu>
Date:   Wed Jan 22 00:30:21 2014 -0500

    Do not link atl.lib into leash
    
    We do not consume anything from the Active Template Library, and
    the atl.lib form of it has been removed from Visual Studio 2013.
    
    (cherry picked from commit 8cbe19a290f00de53da284588adc84aabf64092e)
    
    ticket: 8190
    version_fixed: 1.13.3
    status: resolved

 src/windows/leash/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/windows/leash/Makefile.in b/src/windows/leash/Makefile.in
index 31caf5c..f3d174f 100644
--- a/src/windows/leash/Makefile.in
+++ b/src/windows/leash/Makefile.in
@@ -102,7 +102,7 @@ all:: Makefile $(OUTPRE)$(EXE_NAME).exe
 $(OUTPRE)$(EXE_NAME).exe: $(OBJS) $(XOBJS) $(LIBS)
 	$(LINK) $(LFLAGS) /out:$@ /ENTRY:WinMainCRTStartup $(OBJS) $(XOBJS) \
 	  $(LIBS) $(SYSLIBS) $(BUILDTOP)\util\wshelper\$(OUTPRE)$(WSHELPER).lib \
-	  ../lib/$(OUTPRE)libwin.lib atl.lib $(MFCLIB) $(SCLIB)
+	  ../lib/$(OUTPRE)libwin.lib $(MFCLIB) $(SCLIB)
 	copy $@ "$(OUTPRE)MIT Kerberos.exe"
 
 kfwribbon.bml kfwribbon.h kfwribbon.rc: kfwribbon.xml


More information about the cvs-krb5 mailing list