9110ea2b80
create a process component which use CreateProcess to spawn the child. Special care should be taken in order to correctly redirect the stdin, stdout and stderr of the child process. This commit was SVN r11405.
15 строки
345 B
Bash
Исполняемый файл
15 строки
345 B
Bash
Исполняемый файл
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
PARAM_INIT_FILE=pls_process_component.c
|
|
PARAM_CONFIG_FILES="Makefile"
|