summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-29 17:25:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-29 17:25:59 (GMT)
commit02e5732cffb9d23e1ea6612ee37c19a88e4891f2 (patch)
tree8535eb93a572ab5c35690209d53b8ea1ccc020c2 /win/Makefile.in
parent2e19edb3f50478006b2377ebbc196889331ef53c (diff)
downloadtcl-02e5732cffb9d23e1ea6612ee37c19a88e4891f2.zip
tcl-02e5732cffb9d23e1ea6612ee37c19a88e4891f2.tar.gz
tcl-02e5732cffb9d23e1ea6612ee37c19a88e4891f2.tar.bz2
Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_review
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 0 insertions, 4 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)