diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-05-04 18:04:54 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-05-04 18:04:54 (GMT) |
commit | 0124908d1b4b7a74d2f692318929f8c53093baaf (patch) | |
tree | 5da067cededc82ef5788e0a2c07d612d848c3d67 /win/coffbase.txt | |
parent | 081cd9ac803cc233fbc180bcd9a79996cfa3329b (diff) | |
download | tcl-0124908d1b4b7a74d2f692318929f8c53093baaf.zip tcl-0124908d1b4b7a74d2f692318929f8c53093baaf.tar.gz tcl-0124908d1b4b7a74d2f692318929f8c53093baaf.tar.bz2 |
Record the dll base addresses for some additional extensions
Diffstat (limited to 'win/coffbase.txt')
-rw-r--r-- | win/coffbase.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win/coffbase.txt b/win/coffbase.txt index 44d7853..93f46d5 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.8 2004/05/10 18:50:08 davygrvy Exp $ +; RCS: @(#) $Id: coffbase.txt,v 1.9 2007/05/04 18:04:54 patthoyts Exp $ tcl 0x10000000 0x00200000 tcldde 0x10200000 0x00010000 @@ -25,3 +25,7 @@ bltlite 0x10600000 0x00080000 blt 0x10680000 0x00080000 iocpsock 0x10700000 0x00080000 tls 0x10780000 0x00100000 +winico 0x10880000 0x00010000 +tile 0x10900000 0x00080000 +memchan 0x109D0000 0x00010000 +tdom 0x109E0000 0x00080000
\ No newline at end of file |