2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Added logging the exact command-line string passed to the CreateProcessA() Windows API in Boost Build's execnt.c module.

[SVN r78992]
This commit is contained in:
Jurko Gospodnetić
2012-06-18 23:30:58 +00:00
parent 92296ee7a4
commit c63206558f

View File

@@ -454,6 +454,10 @@ void exec_cmd
string_new( &cmdtab[ slot ].buffer_out );
string_new( &cmdtab[ slot ].buffer_err );
if ( DEBUG_EXECCMD )
printf( "Command string to be sent to CreateProcessA(): '%s'\n",
cmd.value );
/* Run the command by creating a sub-process for it. */
if (
! CreateProcessA(