diff options
author | hobbs <hobbs> | 2010-08-27 00:21:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-27 00:21:45 (GMT) |
commit | 77f1040bfa885893472f496ec67b4dff85cb1da4 (patch) | |
tree | 89b762704d6b179591b4ffacbea7975c1e55f3c9 /ChangeLog | |
parent | 5330b2a031728d95041878980cef0a82fc7d8e0c (diff) | |
download | tk-77f1040bfa885893472f496ec67b4dff85cb1da4.zip tk-77f1040bfa885893472f496ec67b4dff85cb1da4.tar.gz tk-77f1040bfa885893472f496ec67b4dff85cb1da4.tar.bz2 |
* win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):
* win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST
macro and --enable-embedded-manifest configure arg added to
support manifest embedding where we know the magic. Help prevents
DLL hell with MSVC8+.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. + * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): + * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST + macro and --enable-embedded-manifest configure arg added to + support manifest embedding where we know the magic. Help prevents + DLL hell with MSVC8+. + 2010-08-25 Jeff Hobbs <jeffh@ActiveState.com> * doc/ttk_spinbox.n (new), doc/ttk_*.3, doc/ttk_*.n: |