summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-03 15:17:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-03 15:17:43 (GMT)
commitc09ca7b7b75b5cd4ce31f726e74fcfdbf011b255 (patch)
tree2c968deb625081f8b56053597584392aacc35f8a /win/Makefile.in
parentab9b922b76e5a364b81263128b3231b5bbd85c36 (diff)
downloadtcl-c09ca7b7b75b5cd4ce31f726e74fcfdbf011b255.zip
tcl-c09ca7b7b75b5cd4ce31f726e74fcfdbf011b255.tar.gz
tcl-c09ca7b7b75b5cd4ce31f726e74fcfdbf011b255.tar.bz2
When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.
This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 6748f1b..2d97807 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -418,7 +418,7 @@ $(CAT32): cat32.$(OBJEXT)
${TCL_STUB_LIB_FILE}: ${STUB_OBJS}
@$(RM) ${TCL_STUB_LIB_FILE}
- @MAKE_LIB@ ${STUB_OBJS}
+ @MAKE_STUB_LIB@ ${STUB_OBJS}
@POST_MAKE_LIB@
${TCL_DLL_FILE}: ${TCL_OBJS} tcl.$(RES)