summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-04 11:27:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-04 11:27:39 (GMT)
commitdc7e3a32ad6ebf036936c44113cb6e5de09975a4 (patch)
treecaef08c5173e99dc397318762d2f22e0739a1a32 /win/Makefile.in
parenta656da49db4386d4dd04098720ee5fb4dbdd4ea5 (diff)
parent451ea5b7d46daf27a0e9b56626bf16db1f2a115e (diff)
downloadtk-dc7e3a32ad6ebf036936c44113cb6e5de09975a4.zip
tk-dc7e3a32ad6ebf036936c44113cb6e5de09975a4.tar.gz
tk-dc7e3a32ad6ebf036936c44113cb6e5de09975a4.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 5c45112..7b1766d 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -641,7 +641,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)