ultimatepp/bazaar/SysInfo/SysInfo.upp
koldo f885745462 SysInfo: Added more ip6 support
git-svn-id: svn://ultimatepp.org/upp/trunk@7515 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-16 15:57:33 +00:00

27 lines
447 B
Text

description "OS, hardware and Desktop handling functions\377B255,170,0";
uses
Core,
Functions4U;
library(WIN32) "ws2_32 psapi gdi32 vfw32 oleaut32 iphlpapi PowrProf netapi32 wbemuuid";
library(POSIX | LINUX | FREEBSD) "Xtst X11";
options(MSC) "/D PSAPI_VERSION=1";
file
SysInfo.cpp,
SysInfo.h,
SysInfo_in.h,
os.cpp,
screengrab.cpp,
mousekey.cpp,
cpuspeed.cpp,
battery.cpp,
srcdoc.tpp,
srcimp.tpp,
src.tpp,
SysInfo.t,
Copying;