diff options
author | davygrvy <davygrvy@pobox.com> | 2001-09-03 00:50:03 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-09-03 00:50:03 (GMT) |
commit | 8f3f616e8652c58ed507b5a096ad51b17fe5cf95 (patch) | |
tree | 1c7c4a38e871537cddf810f7e1ad763176a096a5 /ChangeLog | |
parent | 7d67607b8b6a37ca1459c05b5cfe6327f6f03251 (diff) | |
download | tcl-8f3f616e8652c58ed507b5a096ad51b17fe5cf95.zip tcl-8f3f616e8652c58ed507b5a096ad51b17fe5cf95.tar.gz tcl-8f3f616e8652c58ed507b5a096ad51b17fe5cf95.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Borland, lcc32, Watcom and other support as well. [Patch: 444255] + * win/makefile.vc: Added -Zl (zee el) to tclStubLib.c compile line + to make sure the tclstub84.lib static library is built without + requiring a specific C-runtime library at link-time for the end-use + developer. It has been noted on c.l.t that this trips many first + time users trying to make extensions. + [Patch: 403533] + 2001-08-31 Jeff Hobbs <jeffh@ActiveState.com> * generic/tcl.h: added TclCompileListCmd header |