summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2001-09-03 00:50:03 (GMT)
committerdavygrvy <davygrvy@pobox.com>2001-09-03 00:50:03 (GMT)
commit8f3f616e8652c58ed507b5a096ad51b17fe5cf95 (patch)
tree1c7c4a38e871537cddf810f7e1ad763176a096a5
parent7d67607b8b6a37ca1459c05b5cfe6327f6f03251 (diff)
downloadtcl-8f3f616e8652c58ed507b5a096ad51b17fe5cf95.zip
tcl-8f3f616e8652c58ed507b5a096ad51b17fe5cf95.tar.gz
tcl-8f3f616e8652c58ed507b5a096ad51b17fe5cf95.tar.bz2
no message
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c69122b..c340b68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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