diff options
author | patthoyts <patthoyts@noemail.net> | 2006-09-26 23:55:49 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2006-09-26 23:55:49 (GMT) |
commit | 97119e284ed37717426632b8ea799c970ce1510b (patch) | |
tree | dd2b2ac49c84033e65cf74247332d4840ee9554a /ChangeLog | |
parent | 168f23611e9fa0c2610f77988a1e60b933588cc1 (diff) | |
download | tk-97119e284ed37717426632b8ea799c970ce1510b.zip tk-97119e284ed37717426632b8ea799c970ce1510b.tar.gz tk-97119e284ed37717426632b8ea799c970ce1510b.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.
FossilOrigin-Name: 324eb3cceffd0086ad8fbc6c0e8251a58ae80605
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. |