Artifact 459a674f423cc0fedc2cb2591567d9fafbba4211:
- File win/coffbase.txt — part of check-in [03b767fef9] at 2002-02-21 22:00:58 on branch trunk — * win/mkd.bat (removed): * win/coffbase.txt (new): * win/makefile.bc: * win/makefile.vc: Changed the 'setup' target to stop using the mkd.bat file and just make the directory right in the rule. Same change to makefile.bc. configure.in nor Makefile.in use it. coffbase.txt will be the master list for our "prefered base addresses" set by the linker. This should improve load-time (NT only) by avoiding relocations. Submissions to the list by extension authors are encouraged. Added a 'tidy' target to compliment 'clean' and 'hose' to remove just the outputs. Also removed the $(winlibs) macro as it wasn't being used. Stuff left to do: 1) get the winhelp target to stop building in the tools/ directory. 2) stop using rmd.bat 3) add more dependacy rules. (user: davygrvy size: 664)
; ; 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