summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-04-25 20:41:53 +0300
committerEli Zaretskii <eliz@gnu.org>2013-04-25 20:41:53 +0300
commitf3a4b4ce6f16830b0f2c42b14fe6f955d49eb274 (patch)
tree929e96b145c0979b4f21b19d4ce232b9c15f317c /ChangeLog
parent50e2cb1b1ae989407ce0f34498776bb0175b3358 (diff)
downloadgunmake-f3a4b4ce6f16830b0f2c42b14fe6f955d49eb274.tar.gz
Improve MS-Windows build scripts.
build_w32.bat: Improve. Remove 'setlocal', as it isn't supported on Windows 9X. Add --help and usage instructions. Support both debug and optimized builds with GCC under --debug. If building out of Git repo, always produce config.h, and edit gmk-default.scm into gmk-default.h. w32/subproc/build.bat: Support debug and optimized builds with GCC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce688c7..5821419 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-04-25 Eli Zaretskii <eliz@gnu.org>
+
+ * build_w32.bat: Improve. Remove 'setlocal', as it isn't
+ supported on Windows 9X. Add --help and usage instructions.
+ Support both debug and optimized builds with GCC under --debug.
+ If building out of Git repo, always produce config.h, and edit
+ gmk-default.scm into gmk-default.h.
+
+ * w32/subproc/build.bat: Support debug and optimized builds with
+ GCC.
+
2013-04-16 Paul Smith <psmith@gnu.org>
* build_w32.bat: Add load.c to the Windows build.