diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-25 20:41:53 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-25 20:41:53 +0300 |
commit | f3a4b4ce6f16830b0f2c42b14fe6f955d49eb274 (patch) | |
tree | 929e96b145c0979b4f21b19d4ce232b9c15f317c /ChangeLog | |
parent | 50e2cb1b1ae989407ce0f34498776bb0175b3358 (diff) | |
download | gunmake-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |