diff options
| author | davygrvy@pobox.com <davygrvy> | 2009-01-19 22:13:10 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2009-01-19 22:13:10 (GMT) |
| commit | 4a6a1a3d9c2c64d58e1aa9a6bd0df9701e61736e (patch) | |
| tree | 026d6225f96de234bc31a8032ae4cdd6ce0dbdb7 | |
| parent | 1af84fea84ff24cd955f892e46771bbca12727e5 (diff) | |
| download | tcl-4a6a1a3d9c2c64d58e1aa9a6bd0df9701e61736e.zip tcl-4a6a1a3d9c2c64d58e1aa9a6bd0df9701e61736e.tar.gz tcl-4a6a1a3d9c2c64d58e1aa9a6bd0df9701e61736e.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,8 +2,11 @@ * 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 + parts for easier maintenance. Matched all sources built using -GL to both $(lib) and $(link) to use -LTCG and avoid a warning message. + Addressed the over-building nature of the htmlhelp target by moving + from a pseudo target to a real target dependent on the entire docs/ + directory contents. * win/nmakehlp.c: Removed -g option and GrepForDefine() func as it isn't being used anymore. The -V option method is much better. |
