diff options
author | davygrvy <davygrvy@pobox.com> | 2002-02-21 22:01:49 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-02-21 22:01:49 (GMT) |
commit | 7a7b664853e09e899dca9f78dbe13b5186af4836 (patch) | |
tree | 35b10bbfcfd8a88bda4e845463e7dce230f8ce15 | |
parent | 39c08d3ba4eaad235dd50559a14a970acb1d75d8 (diff) | |
download | tcl-7a7b664853e09e899dca9f78dbe13b5186af4836.zip tcl-7a7b664853e09e899dca9f78dbe13b5186af4836.tar.gz tcl-7a7b664853e09e899dca9f78dbe13b5186af4836.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,35 @@ 2002-02-21 David Gravereaux <davygrvy@pobox.com> + * 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. + + * win/tclAppInit.c: Reverted back to -r1.6, as the header file + change to tclPort.h won't allow for easy embedded support + outside of the source dist. Thanks to Don Porter for pointing + this out to me. + +2002-02-21 David Gravereaux <davygrvy@pobox.com> + * win/makefile.vc: * win/rules.vc: Added a new "loimpact" option that sets the -ws:aggressive linker option. Off by default. It's said to |