summaryrefslogtreecommitdiffstats
path: root/win/coffbase.txt
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-09-12 22:31:27 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-09-12 22:31:27 (GMT)
commitf1ec3ed0a4956025254ecc695d3f019ee4ba1b1c (patch)
tree8c55007cff2d14faf41e217821e8f06f977aa2db /win/coffbase.txt
parent84bbc0ca20531d25fea737aaccf2202e35a84ca2 (diff)
downloadtcl-f1ec3ed0a4956025254ecc695d3f019ee4ba1b1c.zip
tcl-f1ec3ed0a4956025254ecc695d3f019ee4ba1b1c.tar.gz
tcl-f1ec3ed0a4956025254ecc695d3f019ee4ba1b1c.tar.bz2
Added BLT to the vba listings.
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