diff options
Diffstat (limited to 'win/coffbase.txt')
-rw-r--r-- | win/coffbase.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/win/coffbase.txt b/win/coffbase.txt new file mode 100644 index 0000000..7cb3817 --- /dev/null +++ b/win/coffbase.txt @@ -0,0 +1,15 @@ +; +; This file defines the base virtual addresses for Dynamic Link Libraries (DLL) +; that are part of the Tcl System. The first token on a line is the name +; of the DLL and the second token is the base virtual address, in hexidecimal. +; The third token is the maximum size of the DLL image file, including symbols. +; +; Using a specified "prefered load addresses" should speed load-time by avoiding +; relocations. It is assumed extension author will contribute their modules +; to this grand-master one. +; +; RCS: @(#) $Id: coffbase.txt,v 1.1 2002/02/21 22:00:58 davygrvy Exp $ + +tcl 0x10000000 0x00200000 +tcldde 0x10200000 0x00010000 +tclreg 0x10210000 0x00010000 |