From ded9121846fce5ecea9e85032f2dc5eb996460f7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 12 Jul 2010 20:32:59 +0000 Subject: Fixes to build_w32.bat for building with MSVC 64bit. --- ChangeLog | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dac4ebb..bdaf8c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ +2010-07-12 Paul Smith + + * build_w32.bat: Support for MSVC Windows x86_64 builds. + * job.c: Don't define execve() on MSVC/64bit. + Patch by Viktor Szakats. Fixes Savannah bug #27590. + 2010-07-12 Eli Zaretskii * make.h (alloca) [!__GNUC__]: Don't define prototype. (int w32_kill): Use pid_t for process ID argument. - Savannah bug #27809. + Fixes Savannah bug #27809. 2010-07-12 Paul Smith @@ -31,11 +37,11 @@ (sub_process_t): Use intptr_t for file handles and pid_t for process ID. (process_pipes, process_init_fd, process_begin): Use intptr_t for - file handles and pid_t for process ID. - Savannah bug #27809. Patch by Ozkan Sezer + file handles and pid_t for process ID. Fixes Savannah bug #27809. + Patch by Ozkan Sezer * function.c (abspath): Support absolute file names in UNC format. - (Savannah bug #30312.) + Fixes Savannah bug #30312. * job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x. (exec_command) [WINDOWS32]: Use pid2str instead of non-portable @@ -52,8 +58,8 @@ (func_shell): Use pid_t for process IDs. * main.c (main) [WINDOWS32]: Pacify the compiler. * config.h.W32.template (pid_t): Add a definition for 64-bit - Windows builds that don't use GCC. - Savannah bug #27809. Patch by Ozkan Sezer + Windows builds that don't use GCC. Fixes Savannah bug #27809. + Patch by Ozkan Sezer 2010-07-07 Paul Smith -- cgit v1.2.3