summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-06-05 12:34:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-06-05 12:34:21 (GMT)
commit3c76eb88e82efdc94d16741622d0f4f5c9148d05 (patch)
treecb173eed3ed04a6ce914da4353e78430cb13e9cd /win/makefile.bc
parentb5f51d50076dc94b4b39ffd9152c9e7cbcbcaa48 (diff)
downloadtcl-3c76eb88e82efdc94d16741622d0f4f5c9148d05.zip
tcl-3c76eb88e82efdc94d16741622d0f4f5c9148d05.tar.gz
tcl-3c76eb88e82efdc94d16741622d0f4f5c9148d05.tar.bz2
More cleaning up; factor out optimizer to new file. Some weird problems still.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index d148513..0b17cea 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -239,6 +239,7 @@ TCLOBJS = \
$(TMPDIR)\tclOOMethod.obj \
$(TMPDIR)\tclOOStubInit.obj \
$(TMPDIR)\tclObj.obj \
+ $(TMPDIR)\tclOptimize.obj \
$(TMPDIR)\tclPanic.obj \
$(TMPDIR)\tclParse.obj \
$(TMPDIR)\tclPipe.obj \