From: Jeffrey Altman Date: Thu, 20 Oct 2005 17:20:43 +0000 (+0000) Subject: The GINA was being linked to the single threaded runtime X-Git-Tag: ms-bug-test-20060525~102 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b8c96f85b10d7d7d7d31a02e312cf1b305535f8;p=krb5.git The GINA was being linked to the single threaded runtime library which was causing thread safety issues. Replace with libcmt.lib. ticket: new tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17437 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/gina/ChangeLog b/src/windows/gina/ChangeLog index e318692e3..a8d2d05a4 100644 --- a/src/windows/gina/ChangeLog +++ b/src/windows/gina/ChangeLog @@ -1,3 +1,7 @@ +2005-10-20 Jeffrey Altman + + * Makefile.in (WINLIBS): Link to the multi-threaded library. + 2002-06-13 Ken Raeburn * Makefile.in (WINLIBS): Use ws2_32.lib instead of wsock32.lib. diff --git a/src/windows/gina/Makefile.in b/src/windows/gina/Makefile.in index 3d630e12d..4a3103267 100644 --- a/src/windows/gina/Makefile.in +++ b/src/windows/gina/Makefile.in @@ -7,7 +7,7 @@ OBJS= $(OUTPRE)ginastub.$(OBJEXT) LOCALINCLUDES = -I$(BUILDTOP)\include WINLIBS = advapi32.lib comctl32.lib \ - libc.lib kernel32.lib ws2_32.lib user32.lib shell32.lib oldnames.lib + libcmt.lib kernel32.lib ws2_32.lib user32.lib shell32.lib oldnames.lib WINDLLFLAGS = /nodefaultlib /incremental:no /release \ /nologo /base:0x1c000000 /dll $(LOPTS)