ultimatepp/bazaar/SysExec/SysExec.upp
micio 43b13d7bc4 Bazaar/SysExec : exported a couple of system info functions
git-svn-id: svn://ultimatepp.org/upp/trunk@3089 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 11:04:27 +00:00

19 lines
302 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
SysInfo.h,
SysInfo.cpp,
ArgEnv.h,
ArgEnv.cpp,
SudoLib.h,
SudoLib.cpp,
ShellLib.h,
ShellLib.cpp,
SysExec.h,
SysExec.cpp;