diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-25 17:18:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-25 17:18:09 (GMT) |
commit | 00c0664fd2487670b9bf12e3c2ba32fa4a5ea944 (patch) | |
tree | b03d00f5b03a56fb252e681a3f513c0a188d6a2d /win/makefile.bc | |
parent | f8b1db93f84f1296cdc14b38c7de3c2538976f45 (diff) | |
download | tcl-00c0664fd2487670b9bf12e3c2ba32fa4a5ea944.zip tcl-00c0664fd2487670b9bf12e3c2ba32fa4a5ea944.tar.gz tcl-00c0664fd2487670b9bf12e3c2ba32fa4a5ea944.tar.bz2 |
Finished coding part of TIP#174. Still have tests and docs to do.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 75d7ca4..0a847a0 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -231,6 +231,7 @@ TCLOBJS = \ $(TMPDIR)\tclListObj.obj \ $(TMPDIR)\tclLoad.obj \ $(TMPDIR)\tclMain.obj \ + $(TMPDIR)\tclMathOp.obj \ $(TMPDIR)\tclNamesp.obj \ $(TMPDIR)\tclNotify.obj \ $(TMPDIR)\tclObj.obj \ |