Still working on the exec part

This commit is contained in:
Maieul BOYER 2024-07-30 17:16:28 +02:00
parent 9b1574b9c4
commit e5498d92bc
No known key found for this signature in database
12 changed files with 123 additions and 178 deletions

View file

@ -75,7 +75,7 @@ replace.C__PREFIXUP__ = "ESTR"
[[create.vec]]
sources_output = "src/vec/C__PREFIX__/"
headers_output = "include/me/vec/"
replace.C__TYPENAME__ = "t_exec_redirect"
replace.C__TYPEHEADER__ = '#include "exec/spawn_cmd/_redirection.h"'
replace.C__TYPENAME__ = "t_p_redirection"
replace.C__TYPEHEADER__ = '#include "exec/spawn_cmd/pprocess.h"'
replace.C__PREFIX__ = "redir"
replace.C__PREFIXUP__ = "REDIR"