krb5 commit: Do not link atl.lib into leash
    Benjamin Kaduk 
    kaduk at mit.edu
       
    Thu Apr 30 13:08:24 EDT 2015
    
    
  
https://github.com/krb5/krb5/commit/8cbe19a290f00de53da284588adc84aabf64092e
commit 8cbe19a290f00de53da284588adc84aabf64092e
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.
 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