ultimatepp/bazaar/SysExec/SysExec.upp
micio 396a612248 Bazaar/SysExex : finally almost completed SudoLib for linux
git-svn-id: svn://ultimatepp.org/upp/trunk@3046 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 12:11:01 +00:00

17 lines
276 B
Text

description "BAZAAR : Execution of external commands gathering output - Author : Massimo Del Fedele - EMail : max@veneto.com\377";
uses
Core;
link(LINUX) -lutil;
file
ArgEnv.h,
ArgEnv.cpp,
SudoLib.h,
SudoLib.cpp,
ShellLib.h,
ShellLib.cpp,
SysExec.h,
SysExec.cpp;