summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2006-09-26 23:55:49 (GMT)
committerpatthoyts <patthoyts@noemail.net>2006-09-26 23:55:49 (GMT)
commit97119e284ed37717426632b8ea799c970ce1510b (patch)
treedd2b2ac49c84033e65cf74247332d4840ee9554a /ChangeLog
parent168f23611e9fa0c2610f77988a1e60b933588cc1 (diff)
downloadtk-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--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.