diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-04 11:21:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-04 11:21:02 (GMT) |
commit | b614483906f0ee7e6316f6b5ec603251b25ddbb3 (patch) | |
tree | ca37efe11c070462d0b950e9e2acff5668b13bae /win/Makefile.in | |
parent | 609704349b7d5aeebc8b74b7b975d52a9102c0bf (diff) | |
download | tk-b614483906f0ee7e6316f6b5ec603251b25ddbb3.zip tk-b614483906f0ee7e6316f6b5ec603251b25ddbb3.tar.gz tk-b614483906f0ee7e6316f6b5ec603251b25ddbb3.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 2952e03..1d18b60 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -632,7 +632,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) |