diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2007-01-19 08:45:57 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2007-01-19 08:45:57 (GMT) |
commit | 04752af27c73732b84dc81b8f2284d5ca83e3962 (patch) | |
tree | 3daa4307b1f19ac1b0ecb6732c906723a991832d /ChangeLog | |
parent | ea90619addc53b48a04c8596d172f074dc7527cb (diff) | |
download | tcl-04752af27c73732b84dc81b8f2284d5ca83e3962.zip tcl-04752af27c73732b84dc81b8f2284d5ca83e3962.tar.gz tcl-04752af27c73732b84dc81b8f2284d5ca83e3962.tar.bz2 |
Build fix for man2tcl.c with MSVC8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ * tools/man2tcl.c: Include stdlib.h for exit() and improve comment detection. * win/nmakehlp.c: Update usage. + * win/makefile.vc: Properly build man2tcl.c for MSVC8. 2007-01-19 Daniel Steffen <das@users.sourceforge.net> |