diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-09-26 23:55:50 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-09-26 23:55:50 (GMT) |
commit | 00c02f61ecfef30ea080d3f881e79fa0c5c5e0dc (patch) | |
tree | dd2b2ac49c84033e65cf74247332d4840ee9554a /ChangeLog | |
parent | 9dfdfe057b35a6a13b2da62fb23c03bd87ab030f (diff) | |
download | tk-00c02f61ecfef30ea080d3f881e79fa0c5c5e0dc.zip tk-00c02f61ecfef30ea080d3f881e79fa0c5c5e0dc.tar.gz tk-00c02f61ecfef30ea080d3f881e79fa0c5c5e0dc.tar.bz2 |
* win/makefile.vc: Support MSVC8 and AMD64 target. Also try using
* win/rules.vc: sed to generate the manifest (cross-compile cannot
* win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-09-27 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/makefile.vc: Support MSVC8 and AMD64 target. Also try using + * win/rules.vc: sed to generate the manifest (cross-compile cannot + * win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe. + 2006-09-25 Andreas Kupries <andreask@activestate.com> * generic/tkConsole.c: Complete reversal of the changes of Sep 22. |