diff options
author | davygrvy <davygrvy@pobox.com> | 2002-11-04 05:50:19 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-11-04 05:50:19 (GMT) |
commit | d9952d775abb77c056da36551547a42f7694ddef (patch) | |
tree | 6de01badde20b6019a1be9a838ccc4bdeb8bfad6 /ChangeLog | |
parent | 0687dfb03c01b6ab1c1ec9c2978bbe5cb0c4e815 (diff) | |
download | tcl-d9952d775abb77c056da36551547a42f7694ddef.zip tcl-d9952d775abb77c056da36551547a42f7694ddef.tar.gz tcl-d9952d775abb77c056da36551547a42f7694ddef.tar.bz2 |
* win/tclAppInit.c: Calls Registry_Init() and Dde_Init() when
STATIC_BUILD and TCL_USE_STATIC_PACKAGES macros are set.
* win/makefile.vc:
* win/rules.vc: linkexten option now sets the TCL_USE_STATIC_PACKAGES
macro which also adds the registry and dde object files to the link
of the shell. [Patch 479697] Also factored some additional macros
that will be helpful for extension authors. Version grepping of tcl.h
will need to be added to complete this.
* win/buildall.vc.bat: Added more descriptive commentary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2002-11-03 David Gravereaux <davygrvy@pobox.com> + + * win/tclAppInit.c: Calls Registry_Init() and Dde_Init() when + STATIC_BUILD and TCL_USE_STATIC_PACKAGES macros are set. + + * win/makefile.vc: + * win/rules.vc: linkexten option now sets the TCL_USE_STATIC_PACKAGES + macro which also adds the registry and dde object files to the link + of the shell. [Patch 479697] Also factored some additional macros + that will be helpful for extension authors. Version grepping of tcl.h + will need to be added to complete this. + + * win/buildall.vc.bat: Added more descriptive commentary. + 2002-11-01 David Gravereaux <davygrvy@pobox.com> * win/tclWinReg.c: Changed the Tcl_PkgProvide() line to declare |