summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
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.vc
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.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 6bee5bf..6be320e 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -644,7 +644,7 @@ $**
$(TKSTUBLIB): $(TKSTUBOBJS)
- $(lib32) -nologo -out:$@ $**
+ $(lib32) -nologo -nodefaultlib -out:$@ $**
$(WISH): $(WISHOBJS) $(TKSTUBLIB) $(TKIMPLIB)