summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-05-18 13:25:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-05-18 13:25:11 (GMT)
commit4e4b54aad334a0c55a28cbc05206ded0cebb9dca (patch)
treeddae8200d73c198df2495d1a1b9542396c48d6d8 /win
parenteb0b1becf70d4c82d3ebf9dc6abd28f0f5e3b4d6 (diff)
downloadtcl-4e4b54aad334a0c55a28cbc05206ded0cebb9dca.zip
tcl-4e4b54aad334a0c55a28cbc05206ded0cebb9dca.tar.gz
tcl-4e4b54aad334a0c55a28cbc05206ded0cebb9dca.tar.bz2
Split tclCompCmds.c into two roughly-equal-sized pieces.
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in1
-rw-r--r--win/makefile.bc1
-rw-r--r--win/makefile.vc1
3 files changed, 3 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 8b16372..3c9d276 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -225,6 +225,7 @@ GENERIC_OBJS = \
tclCmdIL.$(OBJEXT) \
tclCmdMZ.$(OBJEXT) \
tclCompCmds.$(OBJEXT) \
+ tclCompCmdsGR.$(OBJEXT) \
tclCompCmdsSZ.$(OBJEXT) \
tclCompExpr.$(OBJEXT) \
tclCompile.$(OBJEXT) \
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 \
diff --git a/win/makefile.vc b/win/makefile.vc
index 2784140..95d3a9d 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -274,6 +274,7 @@ COREOBJS = \
$(TMP_DIR)\tclCmdIL.obj \
$(TMP_DIR)\tclCmdMZ.obj \
$(TMP_DIR)\tclCompCmds.obj \
+ $(TMP_DIR)\tclCompCmdsGR.obj \
$(TMP_DIR)\tclCompCmdsSZ.obj \
$(TMP_DIR)\tclCompExpr.obj \
$(TMP_DIR)\tclCompile.obj \