summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
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.vc
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.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 4c973d1..8fbe917 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -648,7 +648,7 @@ $**
$(TKSTUBLIB): $(TKSTUBOBJS)
- $(lib32) -nologo -out:$@ $**
+ $(lib32) -nologo -nodefaultlib -out:$@ $**
$(WISH): $(WISHOBJS) $(TKIMPLIB)