summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-04-05 01:25:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-04-05 01:25:08 (GMT)
commitfdae48118c13223e176a192699aad3cd2643d30e (patch)
treeebe2a533e59c1223387882653bd2ee98bf67da3f /win/Makefile.in
parent677e85edc90d09942a06fc0f7ee0885669caa5e0 (diff)
downloadtcl-fdae48118c13223e176a192699aad3cd2643d30e.zip
tcl-fdae48118c13223e176a192699aad3cd2643d30e.tar.gz
tcl-fdae48118c13223e176a192699aad3cd2643d30e.tar.bz2
Build support for dicts on Unix and Windows, plus public API (structure
declaration and stubs entries.)
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 929defc..8a2e047 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.68 2003/01/28 11:03:53 mdejong Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.69 2003/04/05 01:25:11 dkf Exp $
VERSION = @TCL_VERSION@
@@ -218,6 +218,7 @@ GENERIC_OBJS = \
tclCompExpr.$(OBJEXT) \
tclCompile.$(OBJEXT) \
tclDate.$(OBJEXT) \
+ tclDictObj.$(OBJEXT) \
tclEncoding.$(OBJEXT) \
tclEnv.$(OBJEXT) \
tclEvent.$(OBJEXT) \