ultimatepp/bazaar/SysExec/SysExec.upp
micio 07cc583850 bazaar/SysExec : added 'util' lib for Linux correctly
git-svn-id: svn://ultimatepp.org/upp/trunk@5433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-17 16:35:27 +00:00

19 lines
303 B
Text

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