summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2008-06-14 02:25:25 (GMT)
committerdavygrvy <davygrvy@pobox.com>2008-06-14 02:25:25 (GMT)
commit3442c49b0d59b2c46d98ba1ddcf6dc68769b6738 (patch)
treeaf9a61173f600ede190d1236c300e2ee19630227
parent1a59e0bb027af6869bd742b0e8f56a958f885ca9 (diff)
downloadtcl-3442c49b0d59b2c46d98ba1ddcf6dc68769b6738.zip
tcl-3442c49b0d59b2c46d98ba1ddcf6dc68769b6738.tar.gz
tcl-3442c49b0d59b2c46d98ba1ddcf6dc68769b6738.tar.bz2
no message
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea0f6e6..79f0916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2008-06-13 David Gravereaux <davygrvy@pobox.com>
- * win/rules.vc: SYMBOLS macro now being set to zero when $(OPTS)
+ * win/rules.vc: SYMBOLS macro is now being set to zero when $(OPTS)
is not available.
+ * win/makefile.vc: The Stubs source files (tclStubLib.c and
+ tclOOStubLib.c) should not be compiled with the -GL flag.
2008-06-13 Joe Mistachkin <joe@mistachkin.com>