diff options
author | davygrvy <davygrvy@pobox.com> | 2001-11-07 03:40:02 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-11-07 03:40:02 (GMT) |
commit | b9409cf1380592f8ce9bf864ca617bc59f81a4ba (patch) | |
tree | a84a510a80c558f8fef055c312d6b2951dbf41b1 /ChangeLog | |
parent | 6d16b5713e92a27ae3aeab3324f92cedcd5af7c6 (diff) | |
download | tcl-b9409cf1380592f8ce9bf864ca617bc59f81a4ba.zip tcl-b9409cf1380592f8ce9bf864ca617bc59f81a4ba.tar.gz tcl-b9409cf1380592f8ce9bf864ca617bc59f81a4ba.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2001-11-06 David Gravereaux <davygrvy@pobox.com> + + * win/rules.vc (new): + * win/makefile.vc: Complete over/under rewrite to support numerous + build options all from the commandline itself without needing to + edit the makefile. Now requires vcvars32.bat to be run prior to + running nmake for bootstraping the environment. Fully doc'd usage + for it is in makefile.vc. Commentary welcome. Sticky points left + are: + + 1) winhelp target shows errors in the converting script. + 2) .rc scripts aren't getting the right #defines to build the correct + "OriginalFilename" strings. (have patch, won't commit yet) + 3) Naming convention with suffixes describing the buildtype are 'tsdx' + which will need public acceptance. ie. tclsh84tsx.exe is a (t) + threaded shell (s) statically linked to the core and (x) uses + msvcrt instead of libcmt. + 2001-11-04 Vince Darley <vincentdarley@users.sourceforge.net> * library/init.tcl: made filesystem fallback proc |