summaryrefslogtreecommitdiffstats
path: root/win/coffbase.txt
Commit message (Collapse)AuthorAgeFilesLines
* Assign a base address for tdbcpatthoyts2008-12-201-5/+9
|
* add a vqtcl entrypatthoyts2008-07-091-1/+2
|
* Record tclvfs basepatthoyts2008-05-021-1/+3
|
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-121-2/+6
| | | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile. Added offsets for snack dlls to coffbase.txt
* Record the dll base addresses for some additional extensionspatthoyts2007-05-041-1/+5
|
* had to raise the size of the tls extension due to it getting rather fat when ↵davygrvy2004-05-101-2/+2
| | | | built statically to OpenSSL
* added the tls extension to the list of preferred load addresses.davygrvy2004-05-051-1/+2
|
* added a slot position for a project of my own.davygrvy2004-03-081-1/+2
|
* Added BLT to the vba listings.davygrvy2002-09-121-2/+4
|
* * win/.cvsignore:davygrvy2002-03-271-2/+2
| | | | | | | | | | | | | | | | | * win/buildall.vc.bat: * win/coffbase.txt: * win/makefile.vc: * win/nmakehlp.c (new): * win/rules.vc: First draft fix for [Bug 527941]. More changes need to done to the makehelp target to get to stop leaving build files in the tools/ directory. This does not address the syntax errors in the man files. Having the contents of tcl.hpj(.in) inside makefile.vc allows for version numbers to be replaced with macros. The new nmakehlp.c is built by rules.vc in preprocessing and removes the need to use tricky shell syntax that wasn't compatible on Win9x systems. This is a first draft repair for [Bug 533862].
* More comments added and decided not to pack modules tightly. Four gigabytesdavygrvy2002-02-221-7/+15
| | | | of address space is quite a lot to play with.
* spelingdavygrvy2002-02-211-2/+2
|
* * win/mkd.bat (removed):davygrvy2002-02-211-0/+15
* 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.