summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-29 13:45:25 -0400
committerPaul Smith <psmith@gnu.org>2013-09-30 00:12:36 -0400
commit1f4ca0539b32b3f80d5aff2f096e9aebbca5300d (patch)
treec454ba5cffcdbc7776338277f7477ec548a5c68b /ChangeLog
parentd0944ee2e8705734c47371f3ec881ce9dae83411 (diff)
downloadgunmake-1f4ca0539b32b3f80d5aff2f096e9aebbca5300d.tar.gz
Fixes for building with MSVC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0831076..e21b2c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-09-29 Paul Smith <psmith@gnu.org>
+ * output.c: Guard unistd.h inclusion, add io.h.
+ * gnumake.h: Move GMK_EXPORT before the declarations.
+ * make_msvc_net2003.vcproj: Add missing files.
+ Changes for MSVC suggested by Gerte Hoogewerf <g.hoogewerf@gmail.com>
+
* function.c (func_shell_base) [EMX]: Fix EMX support for output-sync.
* job.c (child_execute_job) [EMX]: Ditto.
* job.h (child_execute_job) [EMX]: Ditto.