summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-04 11:21:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-04 11:21:02 (GMT)
commit451ea5b7d46daf27a0e9b56626bf16db1f2a115e (patch)
treeca37efe11c070462d0b950e9e2acff5668b13bae /win/Makefile.in
parentaca14ebae96c83f1d9e2935ba51834a5d40d906e (diff)
downloadtk-451ea5b7d46daf27a0e9b56626bf16db1f2a115e.zip
tk-451ea5b7d46daf27a0e9b56626bf16db1f2a115e.tar.gz
tk-451ea5b7d46daf27a0e9b56626bf16db1f2a115e.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 2952e03..1d18b60 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -632,7 +632,7 @@ $(CAT32): cat32.${OBJEXT}
${TK_STUB_LIB_FILE}: ${STUB_OBJS}
@$(RM) ${TK_STUB_LIB_FILE}
- @MAKE_LIB@ ${STUB_OBJS}
+ @MAKE_STUB_LIB@ ${STUB_OBJS}
@POST_MAKE_LIB@
${TK_DLL_FILE}: ${TK_OBJS} $(TK_RES)