diff options
author | davygrvy <davygrvy> | 2002-11-04 07:49:27 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2002-11-04 07:49:27 (GMT) |
commit | 893f2c0f6be83684bd67eef6ada99190d3db3ae4 (patch) | |
tree | ced665c6c7d2dd72b3a0de8df54f6684911519e3 | |
parent | 9ac1b577baad04623d81128a121a8ac17d4d569a (diff) | |
download | tk-893f2c0f6be83684bd67eef6ada99190d3db3ae4.zip tk-893f2c0f6be83684bd67eef6ada99190d3db3ae4.tar.gz tk-893f2c0f6be83684bd67eef6ada99190d3db3ae4.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -4,7 +4,21 @@ -headerpad_max_install_names to allow use of 'install_name_tool'. fixed tkConfig.sh generation and redo_prebinding in the case where Tk is not installed alongside Tcl. - + +2002-11-03 David Gravereaux <davygrvy@pobox.com> + + * win/winMain.c (Tcl_AppInit): Calls Registry_Init() and + Dde_Init() when STATIC_BUILD and TCL_USE_STATIC_PACKAGES macros + are set. + + * win/makefile.vc: linkexten option now sets the + TCL_USE_STATIC_PACKAGES macro which also adds the registry and + dde static lib files to the link of the shell. [Patch 479697] + + * win/rules.vc: Matches the one from Tcl. + + * win/buildall.vc.bat: More useful commentary. + 2002-11-01 Andreas Kupries <andreask@activestate.com> * win/makefile.vc (TCLREGLIBNAME): Updated to registry 1.1. |