The GINA was being linked to the single threaded runtime
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 20 Oct 2005 17:20:43 +0000 (17:20 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 20 Oct 2005 17:20:43 +0000 (17:20 +0000)
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/ChangeLog
src/windows/gina/Makefile.in

index e318692e37d133e50bc0dca72e7f52dc9deeaaf2..a8d2d05a419ec13b2d62b146a7e5d9b5e55f7596 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-20  Jeffrey Altman <jaltman@mit.edu>
+
+       * Makefile.in (WINLIBS): Link to the multi-threaded library.
+
 2002-06-13  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (WINLIBS): Use ws2_32.lib instead of wsock32.lib.
index 3d630e12da47ec24d7eb7e73055dfd965c374938..4a3103267c94e8413bdef16d1fa553c6392777ca 100644 (file)
@@ -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)