summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-09-26 23:55:50 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-09-26 23:55:50 (GMT)
commit00c02f61ecfef30ea080d3f881e79fa0c5c5e0dc (patch)
treedd2b2ac49c84033e65cf74247332d4840ee9554a /ChangeLog
parent9dfdfe057b35a6a13b2da62fb23c03bd87ab030f (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4902342..6f4839b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.