diff options
author | Paul Smith <psmith@gnu.org> | 2007-10-10 04:32:15 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2007-10-10 04:32:15 +0000 |
commit | e54dfb428420943a73e3b2098dc5c694c4fdf58d (patch) | |
tree | 0979061bf1f3532b6333753e46ebc09d0a8462ac /ChangeLog | |
parent | 19b6504f8a92ec9db6330976dba85804e9c18d6e (diff) | |
download | gunmake-e54dfb428420943a73e3b2098dc5c694c4fdf58d.tar.gz |
Some Windows fixes to allow builds to succeed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-10-10 Eli Zaretskii <eliz@gnu.org> + + * dir.c (find_directory) [WINDOWS32]: Remove trailing slashes from + pathnames, with const strings. + * build_w32.bat [WINDOWS32]: If no config.h.W32 exists, create one + from the template (used for building from CVS, not a dist). + +2007-10-10 Paul Smith <psmith@gnu.org> + + * make.h: Add a prototype for w32_kill() (change suggested by + Yongwei Wu <wuyongwei@gmail.com>). + 2007-08-15 Paul Smith <psmith@gnu.org> * doc/make.texi (GNU Free Documentation License): The fdl.texi |