]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Do not link atl.lib into leash
authorBenjamin Kaduk <kaduk@mit.edu>
Wed, 22 Jan 2014 05:30:21 +0000 (00:30 -0500)
committerBen Kaduk <kaduk@mit.edu>
Thu, 30 Apr 2015 14:47:33 +0000 (10:47 -0400)
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

index 31caf5cd468d97d5e0eca0de4e33822b0e6be413..f3d174f8f460cc1136b6f04948c84aa0938b1a01 100644 (file)
@@ -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