diff options
author | davygrvy <davygrvy@pobox.com> | 2004-05-10 18:50:08 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-05-10 18:50:08 (GMT) |
commit | dcfb7eb50004e70e51aa0a6ba2f3b4c88a52872b (patch) | |
tree | 9385efa76b172c8e46ad01b5aea16e91929d460e /win/coffbase.txt | |
parent | 9a2d2fb1dcd0564f603aada088c4ca040b17a31e (diff) | |
download | tcl-dcfb7eb50004e70e51aa0a6ba2f3b4c88a52872b.zip tcl-dcfb7eb50004e70e51aa0a6ba2f3b4c88a52872b.tar.gz tcl-dcfb7eb50004e70e51aa0a6ba2f3b4c88a52872b.tar.bz2 |
had to raise the size of the tls extension due to it getting rather fat when built statically to OpenSSL
Diffstat (limited to 'win/coffbase.txt')
-rw-r--r-- | win/coffbase.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/coffbase.txt b/win/coffbase.txt index 65fcec7..44d7853 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.7 2004/05/05 18:59:24 davygrvy Exp $ +; RCS: @(#) $Id: coffbase.txt,v 1.8 2004/05/10 18:50:08 davygrvy Exp $ tcl 0x10000000 0x00200000 tcldde 0x10200000 0x00010000 @@ -24,4 +24,4 @@ itk 0x10580000 0x00080000 bltlite 0x10600000 0x00080000 blt 0x10680000 0x00080000 iocpsock 0x10700000 0x00080000 -tls 0x10780000 0x00080000 +tls 0x10780000 0x00100000 |