diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-06-11 08:19:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-06-11 08:19:56 (GMT) |
commit | 55787f4f08c9af4d70e2f0b8445be85ddec3b7c4 (patch) | |
tree | 0a9b5a6c169615e6e9b9dae2591a2976e0975d33 /win/makefile.bc | |
parent | 0d59c187fe5c29c0ccc28eba547d5692e2f74b63 (diff) | |
download | tcl-55787f4f08c9af4d70e2f0b8445be85ddec3b7c4.zip tcl-55787f4f08c9af4d70e2f0b8445be85ddec3b7c4.tar.gz tcl-55787f4f08c9af4d70e2f0b8445be85ddec3b7c4.tar.bz2 |
Move the disassembler to its own file.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 5 |
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: |