summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorredman <redman>1999-04-01 21:52:52 (GMT)
committerredman <redman>1999-04-01 21:52:52 (GMT)
commita800083e808849111e7328c9238b0604305533b9 (patch)
tree73676a7d4aeecf5f2b48b6956a295cf22734b9bd /win
parentcd93e3947d2f951d9efa45c8bfaf8c4893789064 (diff)
downloadtcl-a800083e808849111e7328c9238b0604305533b9.zip
tcl-a800083e808849111e7328c9238b0604305533b9.tar.gz
tcl-a800083e808849111e7328c9238b0604305533b9.tar.bz2
Applied Jan's patch, fixed TCL_MEM_DEBUG.
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 53c5ebd..570334a 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.1.2.21 1999/03/30 02:29:55 redman Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.1.2.22 1999/04/01 21:52:58 redman Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -181,6 +181,7 @@ TCLOBJS = \
$(TMPDIR)\tclScan.obj \
$(TMPDIR)\tclStringObj.obj \
$(TMPDIR)\tclStubInit.obj \
+ $(TMPDIR)\tclStubLib.obj \
$(TMPDIR)\tclThread.obj \
$(TMPDIR)\tclTimer.obj \
$(TMPDIR)\tclUtf.obj \