summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-09-28 06:35:40 (GMT)
committerhobbs <hobbs>2000-09-28 06:35:40 (GMT)
commitd65f2c5b50efd9ff66ca28c2513ebe5342d515cf (patch)
treeadd6c7835f810477f7f76e02d931af85356c8e22 /win/makefile.vc
parentc63e110eb1a55bbb21a2f42d2817c9a16d114d30 (diff)
downloadtcl-d65f2c5b50efd9ff66ca28c2513ebe5342d515cf.zip
tcl-d65f2c5b50efd9ff66ca28c2513ebe5342d515cf.tar.gz
tcl-d65f2c5b50efd9ff66ca28c2513ebe5342d515cf.tar.bz2
addition of tclIOGT.c source file
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 930150b..c867551 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.54 2000/08/15 00:08:37 ericm Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.55 2000/09/28 06:35:40 hobbs Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -156,6 +156,7 @@ TCLOBJS = \
$(TMPDIR)\tclInterp.obj \
$(TMPDIR)\tclIO.obj \
$(TMPDIR)\tclIOCmd.obj \
+ $(TMPDIR)\tclIOGT.obj \
$(TMPDIR)\tclIOSock.obj \
$(TMPDIR)\tclIOUtil.obj \
$(TMPDIR)\tclLink.obj \