diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-06-25 23:02:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-06-25 23:02:10 (GMT) |
commit | 43e3bcc7712f80d3c36696dbc1f9349f2819fe27 (patch) | |
tree | 9e458c1fda7815410cef063c83bd16dfb8e14927 /win/makefile.bc | |
parent | b2985d83d53d176dc990188526b12b93860253c7 (diff) | |
download | tcl-43e3bcc7712f80d3c36696dbc1f9349f2819fe27.zip tcl-43e3bcc7712f80d3c36696dbc1f9349f2819fe27.tar.gz tcl-43e3bcc7712f80d3c36696dbc1f9349f2819fe27.tar.bz2 |
Factored out the trace code - it's big enough to be its own maintenance area
and tricky enough to discourage non-specialists...
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 54b4600..c2d0ca7 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -254,6 +254,7 @@ TCLOBJS = \ $(TMPDIR)\tclThread.obj \ $(TMPDIR)\tclThreadJoin.obj \ $(TMPDIR)\tclTimer.obj \ + $(TMPDIR)\tclTrace.obj \ $(TMPDIR)\tclUtf.obj \ $(TMPDIR)\tclUtil.obj \ $(TMPDIR)\tclVar.obj \ |