summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
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)
commit8aa1ab62e1501d779f07a7c0df073f852b5dce4d (patch)
tree0a9b5a6c169615e6e9b9dae2591a2976e0975d33 /win/makefile.bc
parent7585d9a6fde12d67972b07247cb3e527ad224f51 (diff)
downloadtcl-8aa1ab62e1501d779f07a7c0df073f852b5dce4d.zip
tcl-8aa1ab62e1501d779f07a7c0df073f852b5dce4d.tar.gz
tcl-8aa1ab62e1501d779f07a7c0df073f852b5dce4d.tar.bz2
Move the disassembler to its own file.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index 0b17cea..31a927e 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -207,6 +207,7 @@ TCLOBJS = \
$(TMPDIR)\tclConfig.obj \
$(TMPDIR)\tclDate.obj \
$(TMPDIR)\tclDictObj.obj \
+ $(TMPDIR)\tclDisassemble.obj \
$(TMPDIR)\tclEncoding.obj \
$(TMPDIR)\tclEnsemble.obj \
$(TMPDIR)\tclEnv.obj \
@@ -587,3 +588,7 @@ clean:
-@$(RM) $(TMPDIR)\*.exe
-@$(RMDIR) $(OUTDIR)
-@$(RMDIR) $(TMPDIR)
+
+# Local Variables:
+# mode: makefile
+# End: