summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-11-25 05:22:19 (GMT)
committermdejong <mdejong>2001-11-25 05:22:19 (GMT)
commite95ab711f748cf56cc3d25728ef32841c6de9b67 (patch)
tree52daa1c7ebcc6b77dd06a74ac52ff5e7e352ef1d /ChangeLog
parentc3778545e13e2216951950fec35c2283d7ac01b4 (diff)
downloadtcl-e95ab711f748cf56cc3d25728ef32841c6de9b67.zip
tcl-e95ab711f748cf56cc3d25728ef32841c6de9b67.tar.gz
tcl-e95ab711f748cf56cc3d25728ef32841c6de9b67.tar.bz2
* unix/Makefile.in: Add comments to better describe
TCL_EXE and when it should be available. * win/Makefile.in: Add TCL_EXE variable to be used by rules like `make genstubs`. Don't set TCL_LIBRARY before running `make genstubs` since we will be running with a tclsh from the PATH not the one we build.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfaa9be..636a7c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2001-11-24 Mo DeJong <mdejong@users.sourceforge.net>
+ * unix/Makefile.in: Add comments to better describe
+ TCL_EXE and when it should be available.
+ * win/Makefile.in: Add TCL_EXE variable to be used
+ by rules like `make genstubs`. Don't set TCL_LIBRARY
+ before running `make genstubs` since we will be running
+ with a tclsh from the PATH not the one we build.
+
+2001-11-24 Mo DeJong <mdejong@users.sourceforge.net>
+
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Add comctl32.lib
to wish link libs. This change was originally added