make-dfsg/w32
Eli Zaretskii 82793f85f5 Fix invocation of Windows batch files with whitespace in their names.
w32/subproc/sub_proc.c: Include makeint.h.  Remove a private
 incompatible prototype of xmalloc.
 (batch_file_with_spaces): New function, detects Windows batch
 files whose names include whitespace characters.
 (process_begin): If exec_name is a batch file with whitespace
 characters in its name, pass NULL as the first argument to
 CreateProcess.  This avoids weird failures due to buggy quoting by
 CreateProcess.  For the details, see the discussion starting at
 http://lists.gnu.org/archive/html/make-w32/2013-04/msg00008.html.
2013-05-03 16:24:24 +03:00
..
compat Fix interfacing with and remaking dynamic objects on MS-Windows. 2013-05-03 16:09:12 +03:00
include Fix interfacing with and remaking dynamic objects on MS-Windows. 2013-05-03 16:09:12 +03:00
subproc Fix invocation of Windows batch files with whitespace in their names. 2013-05-03 16:24:24 +03:00
Makefile.am Simplify copyrights using ranges of years. 2012-03-05 14:10:39 +00:00
pathstuff.c Rename the make.h file to makeint.h for internal use only. 2013-01-20 11:33:20 -05:00