diff options
| author | davygrvy@pobox.com <davygrvy> | 2009-01-19 19:55:36 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2009-01-19 19:55:36 (GMT) |
| commit | bd234c87e712274e0d0cf2dca8a673a28778054d (patch) | |
| tree | 0074500293fe6bd3a3e7687ac12ae90716452381 | |
| parent | 7a6aebfef649725c7c4676d54b9e5c6cf950210d (diff) | |
| download | tcl-bd234c87e712274e0d0cf2dca8a673a28778054d.zip tcl-bd234c87e712274e0d0cf2dca8a673a28778054d.tar.gz tcl-bd234c87e712274e0d0cf2dca8a673a28778054d.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2009-01-19 David Gravereaux <davygrvy@pobox.com> + + * win/build.vc.bat: Improved tools detection and error message + * win/makefile.vc: Reorganized the $(TCLOBJ) file list into seperate + parts for easier maintenance. Matched all source built using -GL to + both $(lib) and $(link) to use -LTCG and avoid a warning message. + * win/nmakehlp.c: Removed -g option and GrepForDefine() func + as it isn't being used anymore. The -V option method is much + better. + 2009-01-16 Don Porter <dgp@users.sourceforge.net> * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish |
