diff options
author | Paul Smith <psmith@gnu.org> | 2013-04-16 19:51:29 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-04-16 19:51:29 -0400 |
commit | 50e2cb1b1ae989407ce0f34498776bb0175b3358 (patch) | |
tree | 312c6b6fbdc1a1912ac99a785e19b4a9e20f206a /ChangeLog | |
parent | 330d97a9ba12c35d271ebf003183c523b582fabe (diff) | |
download | gunmake-50e2cb1b1ae989407ce0f34498776bb0175b3358.tar.gz |
Some cleanups for Windows builds after the output-sync option.
Note currently output-sync is not supported on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2013-04-16 Paul Smith <psmith@gnu.org> + * build_w32.bat: Add load.c to the Windows build. + * main.c: Parse the output-sync options, even if they're not + supported on the platform. They'll just be ignored. + Patches from Ray Donnelly <mingw.android@gmail.com> + * misc.c (open_tmpfd): Add a new function that returns a temporary file by file descriptor. (open_tmpfile): Move here from main.c. |