Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/tcl8.5.2/win/coffbase.txt @ 68

Last change on this file since 68 was 25, checked in by landauf, 16 years ago

added tcl to libs

File size: 1.5 KB
Line 
1;
2; This file defines the virtual base addresses for the Dynamic Link Libraries
3; that are part of the Tcl system.  The first token on a line is the key (or name
4; of the DLL) and the second token is the virtual base address, in hexidecimal.
5; The third token is the maximum size of the DLL image file, including symbols.
6;
7; Using a specified "prefered load address" should speed loading time by avoiding
8; relocations (NT supported only).  It is assumed extension authors will contribute
9; their modules to this grand-master list.  You can use the dumpbin utility with
10; the /headers option to get the "size of image" data (already in hex).  If the
11; maximum size is too small a linker warning will occur.  Modules can overlap when
12; they're mutually exclusive.  This info is placed in the DLL's PE header by the
13; linker with the `-base:@$(TCLDIR)\win\coffbase.txt,<key>` option.
14;
15; RCS: @(#) $Id: coffbase.txt,v 1.11 2007/12/13 15:28:43 dgp Exp $
16
17tcl             0x10000000      0x00200000
18tcldde          0x10200000      0x00010000
19tclreg          0x10210000      0x00010000
20tk              0x10220000      0x00200000
21expect          0x10480000      0x00080000
22itcl            0x10500000      0x00080000
23itk             0x10580000      0x00080000
24bltlite         0x10600000      0x00080000
25blt             0x10680000      0x00080000
26iocpsock        0x10700000      0x00080000
27tls             0x10780000      0x00100000
28winico          0x10880000      0x00010000
29tile            0x10900000      0x00080000
30memchan         0x109D0000      0x00010000
31tdom            0x109E0000      0x00080000
32tkvideo         0x10B00000      0x00010000
33snack           0x1E000000      0x00400000
34sound           0x1E400000      0x00400000
35snackogg        0x1E800000      0x00200000
36
Note: See TracBrowser for help on using the repository browser.