diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-12 14:09:45 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-10-12 14:09:45 (GMT) |
commit | 6d5195c7cd4b47c7572cce5319cc755bade68df7 (patch) | |
tree | 961bfe1c8e03aaadd0f099267001adb3f7f4957a /win/coffbase.txt | |
parent | e1a807be79aa00846159b6f20ade620cb6065172 (diff) | |
download | tcl-6d5195c7cd4b47c7572cce5319cc755bade68df7.zip tcl-6d5195c7cd4b47c7572cce5319cc755bade68df7.tar.gz tcl-6d5195c7cd4b47c7572cce5319cc755bade68df7.tar.bz2 |
Mine all version information from headers. Sync tcl and tk and bring
extension versions closer together. Try and avoid using tclsh to do
substitutions as we may cross compile.
Added offsets for snack dlls to coffbase.txt
Diffstat (limited to 'win/coffbase.txt')
-rw-r--r-- | win/coffbase.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/win/coffbase.txt b/win/coffbase.txt index 93f46d5..3cb23e0 100644 --- a/win/coffbase.txt +++ b/win/coffbase.txt @@ -12,7 +12,7 @@ ; they're mutually exclusive. This info is placed in the DLL's PE header by the ; linker with the `-base:@$(TCLDIR)\win\coffbase.txt,<key>` option. ; -; RCS: @(#) $Id: coffbase.txt,v 1.9 2007/05/04 18:04:54 patthoyts Exp $ +; RCS: @(#) $Id: coffbase.txt,v 1.10 2007/10/12 14:09:46 patthoyts Exp $ tcl 0x10000000 0x00200000 tcldde 0x10200000 0x00010000 @@ -28,4 +28,8 @@ tls 0x10780000 0x00100000 winico 0x10880000 0x00010000 tile 0x10900000 0x00080000 memchan 0x109D0000 0x00010000 -tdom 0x109E0000 0x00080000
\ No newline at end of file +tdom 0x109E0000 0x00080000 +tkvideo 0x10B00000 0x00010000 +snack 0x1E000000 0x00400000 +sound 0x1E400000 0x00400000 +snackogg 0x1E800000 0x00200000 |