diff options
author | hobbs <hobbs> | 2010-08-27 00:50:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-27 00:50:51 (GMT) |
commit | e8ae0e2a82a55688671443664a4ccf8f4a05a2b9 (patch) | |
tree | ce0ee98fbdec76d80335ab94c8c52f7a77b01a08 /ChangeLog | |
parent | 954dff064d9c313b4d2d44e2876d8346e9d9f43a (diff) | |
download | tcl-e8ae0e2a82a55688671443664a4ccf8f4a05a2b9.zip tcl-e8ae0e2a82a55688671443664a4ccf8f4a05a2b9.tar.gz tcl-e8ae0e2a82a55688671443664a4ccf8f4a05a2b9.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 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-08-26 Jeff Hobbs <jeffh@ActiveState.com> + + * 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-24 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.decls [Bug 3007895] Tcl_(Find|Create)HashEntry |