summaryrefslogtreecommitdiffstats
path: root/win/coffbase.txt
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2002-09-12 22:31:27 (GMT)
committerdavygrvy <davygrvy@noemail.net>2002-09-12 22:31:27 (GMT)
commit0b2012c15acbf28aa7f5eae628863f8ffccde948 (patch)
tree8c55007cff2d14faf41e217821e8f06f977aa2db /win/coffbase.txt
parent9c986b44ba5818a2f36018691b92acb73b8c7332 (diff)
downloadtcl-0b2012c15acbf28aa7f5eae628863f8ffccde948.zip
tcl-0b2012c15acbf28aa7f5eae628863f8ffccde948.tar.gz
tcl-0b2012c15acbf28aa7f5eae628863f8ffccde948.tar.bz2
Added BLT to the vba listings.
FossilOrigin-Name: 994f831ae48e3ef0b395a8b518e5ac26047b2aa0
Diffstat (limited to 'win/coffbase.txt')
-rw-r--r--win/coffbase.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/win/coffbase.txt b/win/coffbase.txt
index 3ab33ff..42d40d1 100644
--- a/win/coffbase.txt
+++ b/win/coffbase.txt
@@ -1,5 +1,5 @@
;
-; This file defines the virtual base addresses for Dynamic Link Libraries (DLL)
+; This file defines the virtual base addresses for the Dynamic Link Libraries
; that are part of the Tcl system. The first token on a line is the key (or name
; of the DLL) and the second token is the virtual base address, in hexidecimal.
; The third token is the maximum size of the DLL image file, including symbols.
@@ -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.4 2002/03/27 21:15:43 davygrvy Exp $
+; RCS: @(#) $Id: coffbase.txt,v 1.5 2002/09/12 22:31:27 davygrvy Exp $
tcl 0x10000000 0x00200000
tcldde 0x10200000 0x00010000
@@ -21,3 +21,5 @@ tk 0x10220000 0x00200000
expect 0x10480000 0x00080000
itcl 0x10500000 0x00080000
itk 0x10580000 0x00080000
+bltlite 0x10600000 0x00080000
+blt 0x10680000 0x00080000