diff options
author | davygrvy <davygrvy> | 2002-11-04 07:49:27 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2002-11-04 07:49:27 (GMT) |
commit | 38730b27a6b3d9798ef4658a13408c22fbd8271b (patch) | |
tree | ced665c6c7d2dd72b3a0de8df54f6684911519e3 | |
parent | 39f901720507fd104063d75913922f994b281948 (diff) | |
download | tk-38730b27a6b3d9798ef4658a13408c22fbd8271b.zip tk-38730b27a6b3d9798ef4658a13408c22fbd8271b.tar.gz tk-38730b27a6b3d9798ef4658a13408c22fbd8271b.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. |