summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-30 17:00:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-30 17:00:16 (GMT)
commitde9166186fd76d3d1ddeaace858c9d8be3e96b9d (patch)
tree385552b7019b37caf88f631e931e1b60915b34f3 /win
parentb2a578281bc651e13b8df894e7ad830511439372 (diff)
parent7f282b3594655176c8010e0a744c3deb798b76e2 (diff)
downloadtcl-de9166186fd76d3d1ddeaace858c9d8be3e96b9d.zip
tcl-de9166186fd76d3d1ddeaace858c9d8be3e96b9d.tar.gz
tcl-de9166186fd76d3d1ddeaace858c9d8be3e96b9d.tar.bz2
Remove all maintenance of a string result in the Interp.
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in4
-rw-r--r--win/makefile.vc1
2 files changed, 0 insertions, 5 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 6b9685d..dacbbb5 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -378,7 +378,6 @@ REG_OBJS = tclWinReg.$(OBJEXT)
STUB_OBJS = \
tclStubLib.$(OBJEXT) \
- tclStubLibCompat.$(OBJEXT) \
tclTomMathStubLib.$(OBJEXT) \
tclOOStubLib.$(OBJEXT)
@@ -506,9 +505,6 @@ tclPkgConfig.${OBJEXT}: tclPkgConfig.c
# The following objects are part of the stub library and should not be built
# as DLL objects but none of the symbols should be exported
-tclStubLibCompat.${OBJEXT}: tclStubLibCompat.c
- $(CC) -c $(CC_SWITCHES) -DSTATIC_BUILD @DEPARG@ $(CC_OBJNAME)
-
tclStubLib.${OBJEXT}: tclStubLib.c
$(CC) -c $(CC_SWITCHES) -DSTATIC_BUILD @DEPARG@ $(CC_OBJNAME)
diff --git a/win/makefile.vc b/win/makefile.vc
index 823142f..2784140 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -448,7 +448,6 @@ TCLOBJS = $(COREOBJS) $(ZLIBOBJS) $(TOMMATHOBJS) $(PLATFORMOBJS)
TCLSTUBOBJS = \
$(TMP_DIR)\tclStubLib.obj \
- $(TMP_DIR)\tclStubLibCompat.obj \
$(TMP_DIR)\tclTomMathStubLib.obj \
$(TMP_DIR)\tclOOStubLib.obj