summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-01-28 20:28:31 +0000
committerEli Zaretskii <eliz@gnu.org>2012-01-28 20:28:31 +0000
commitdc25e8475470f884b4a84bc61ccf8e6a6d816c7a (patch)
tree91adb13ca5c437619ca06046cf8b6b0ff3a8a35f /ChangeLog
parent666ad445681516ae754ca623d98ee6936c04b3ff (diff)
downloadgunmake-dc25e8475470f884b4a84bc61ccf8e6a6d816c7a.tar.gz
Support a Windows build with Guile.
README.W32.template: Update with instructions for building with Guile. build_w32.bat: Support building with Guile. make.h [HAVE_STDINT_H]: Include stdint.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f73e22..81a6f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-01-28 Eli Zaretskii <eliz@gnu.org>
+ Support a Windows build with Guile.
+
+ * README.W32.template: Update with instructions for building with
+ Guile.
+
+ * build_w32.bat: Support building with Guile.
+
+ * make.h [HAVE_STDINT_H]: Include stdint.h.
+
* main.c (main, clean_jobserver): Move declarations of variables
not used in the WINDOWS32 build to the #else branch, to avoid
compiler warnings.