diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-18 13:25:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-05-18 13:25:11 (GMT) |
commit | 72a0fab4118c329035f5ca7632d7288e5d532b91 (patch) | |
tree | ddae8200d73c198df2495d1a1b9542396c48d6d8 /win/makefile.bc | |
parent | 06cfc15d053b5eba590dfd816814d8f519f1adfd (diff) | |
download | tcl-72a0fab4118c329035f5ca7632d7288e5d532b91.zip tcl-72a0fab4118c329035f5ca7632d7288e5d532b91.tar.gz tcl-72a0fab4118c329035f5ca7632d7288e5d532b91.tar.bz2 |
Split tclCompCmds.c into two roughly-equal-sized pieces.
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 18bfa28..d148513 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -200,6 +200,7 @@ TCLOBJS = \ $(TMPDIR)\tclCmdIL.obj \ $(TMPDIR)\tclCmdMZ.obj \ $(TMPDIR)\tclCompCmds.obj \ + $(TMPDIR)\tclCompCmdsGR.obj \ $(TMPDIR)\tclCompCmdsSZ.obj \ $(TMPDIR)\tclCompExpr.obj \ $(TMPDIR)\tclCompile.obj \ |