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)
commit1d07c7589b52949a41f2610e9545ac48b02e4fe5 (patch)
treecaef08c5173e99dc397318762d2f22e0739a1a32 /win/Makefile.in
parentba92e923dc6f03313e1bd85163c1536c05e4afda (diff)
parentb614483906f0ee7e6316f6b5ec603251b25ddbb3 (diff)
downloadtk-1d07c7589b52949a41f2610e9545ac48b02e4fe5.zip
tk-1d07c7589b52949a41f2610e9545ac48b02e4fe5.tar.gz
tk-1d07c7589b52949a41f2610e9545ac48b02e4fe5.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)