diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-26 14:38:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-26 14:38:35 (GMT) |
commit | 42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7 (patch) | |
tree | a8d7630b12ddf60ab8264a7f04d71dd92b8b7874 /win/makefile.bc | |
parent | 43489532dea0636fb88a85b2b5fa8097b27166da (diff) | |
download | tcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.zip tcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.tar.gz tcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.tar.bz2 |
Split tclCompCmds.c into two pieces to improve developer sanity.
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 c66acfd..968805a 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -202,6 +202,7 @@ TCLOBJS = \ $(TMPDIR)\tclCmdIL.obj \ $(TMPDIR)\tclCmdMZ.obj \ $(TMPDIR)\tclCompCmds.obj \ + $(TMPDIR)\tclCompCmdsSZ.obj \ $(TMPDIR)\tclCompExpr.obj \ $(TMPDIR)\tclCompile.obj \ $(TMPDIR)\tclConfig.obj \ |