summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-06-11 08:19:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-06-11 08:19:56 (GMT)
commit55787f4f08c9af4d70e2f0b8445be85ddec3b7c4 (patch)
tree0a9b5a6c169615e6e9b9dae2591a2976e0975d33 /win/Makefile.in
parent0d59c187fe5c29c0ccc28eba547d5692e2f74b63 (diff)
downloadtcl-55787f4f08c9af4d70e2f0b8445be85ddec3b7c4.zip
tcl-55787f4f08c9af4d70e2f0b8445be85ddec3b7c4.tar.gz
tcl-55787f4f08c9af4d70e2f0b8445be85ddec3b7c4.tar.bz2
Move the disassembler to its own file.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 18993fe..dc54d59 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -232,6 +232,7 @@ GENERIC_OBJS = \
tclConfig.$(OBJEXT) \
tclDate.$(OBJEXT) \
tclDictObj.$(OBJEXT) \
+ tclDisassemble.$(OBJEXT) \
tclEncoding.$(OBJEXT) \
tclEnsemble.$(OBJEXT) \
tclEnv.$(OBJEXT) \