diff options
-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 |