summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2009-01-19 22:13:10 (GMT)
committerdavygrvy <davygrvy@pobox.com>2009-01-19 22:13:10 (GMT)
commitfd00a34b31e7a9a6b7201a7f9e66b660af40f299 (patch)
tree026d6225f96de234bc31a8032ae4cdd6ce0dbdb7
parent40a4fd1f8e0050f3848343240e8428bd238d28af (diff)
downloadtcl-fd00a34b31e7a9a6b7201a7f9e66b660af40f299.zip
tcl-fd00a34b31e7a9a6b7201a7f9e66b660af40f299.tar.gz
tcl-fd00a34b31e7a9a6b7201a7f9e66b660af40f299.tar.bz2
no message
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab2b917..b916c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.