From 5b8c96f85b10d7d7d7d31a02e312cf1b305535f8 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 20 Oct 2005 17:20:43 +0000 Subject: 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 --- src/windows/gina/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/gina/Makefile.in') diff --git a/src/windows/gina/Makefile.in b/src/windows/gina/Makefile.in index 3d630e12da..4a3103267c 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) -- cgit