From 1c3a9872df1a603a1182b1bb19f9ca60cc3b1d77 Mon Sep 17 00:00:00 2001
From: patthoyts <patthoyts@users.sourceforge.net>
Date: Mon, 17 Sep 2007 22:40:23 +0000
Subject: Add crt flags for tkStubLib now it makes use of C-library functions

---
 ChangeLog       | 5 +++++
 win/makefile.vc | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 95462a9..6c69b2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-17  Pat Thoyts  <patthoyts@users.sourceforge.net>
+
+	* win/makefile.vc: Add crt flags for tkStubLib now it uses
+	                   C-library functions
+
 2007-09-17  Joe English  <jenglish@users.sourceforge.net>
 
 	* unix/tcl.m4: use '${CC} -shared' instead of 'ld -Bshareable' 
diff --git a/win/makefile.vc b/win/makefile.vc
index e458adf..19c29aa 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
 # Copyright (c) 2001-2004 David Gravereaux.
 #
 #------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.105 2007/09/12 17:10:39 andreas_kupries Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.106 2007/09/17 22:40:25 patthoyts Exp $
 #------------------------------------------------------------------------------
 
 # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -470,7 +470,7 @@ BASE_CFLAGS	= $(cdebug) $(cflags) $(crt) $(TK_INCLUDES)
 TK_CFLAGS	= $(BASE_CFLAGS) $(TK_DEFINES) -DUSE_TCL_STUBS
 CON_CFLAGS	= $(cdebug) $(cflags) $(crt) -DCONSOLE
 WISH_CFLAGS	= $(BASE_CFLAGS) $(TK_DEFINES)
-STUB_CFLAGS     = $(cflags) $(cdebug) $(TK_DEFINES)
+STUB_CFLAGS     = $(cflags) $(cdebug) $(crt) $(TK_DEFINES)
 
 
 #---------------------------------------------------------------------
-- 
cgit v0.12