diff options
author | mdejong <mdejong> | 2001-11-25 05:22:19 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-11-25 05:22:19 (GMT) |
commit | e95ab711f748cf56cc3d25728ef32841c6de9b67 (patch) | |
tree | 52daa1c7ebcc6b77dd06a74ac52ff5e7e352ef1d /ChangeLog | |
parent | c3778545e13e2216951950fec35c2283d7ac01b4 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |