diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-03 20:41:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-03 20:41:03 (GMT) |
commit | cc8bd0f2037f1b9e700caf373dfb1659ba80e4b7 (patch) | |
tree | 3fc83fc1705c8777df7edc1eb281fede2c962029 /win/Makefile.in | |
parent | 5871b801b3da2d89d15ea3d66bcb3b216f7584fe (diff) | |
parent | c09ca7b7b75b5cd4ce31f726e74fcfdbf011b255 (diff) | |
download | tcl-cc8bd0f2037f1b9e700caf373dfb1659ba80e4b7.zip tcl-cc8bd0f2037f1b9e700caf373dfb1659ba80e4b7.tar.gz tcl-cc8bd0f2037f1b9e700caf373dfb1659ba80e4b7.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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 0c6704b..f71a0ed 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -433,7 +433,7 @@ $(CAT32): cat32.$(OBJEXT) ${TCL_STUB_LIB_FILE}: ${STUB_OBJS} @$(RM) ${TCL_STUB_LIB_FILE} - @MAKE_LIB@ ${STUB_OBJS} + @MAKE_STUB_LIB@ ${STUB_OBJS} @POST_MAKE_LIB@ ${TCL_DLL_FILE}: ${TCL_OBJS} tcl.$(RES) @ZLIB_DLL_FILE@ |