mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 14:22:57 -06:00
27 lines
444 B
Text
27 lines
444 B
Text
description "OS, hardware and Desktop handling functions\377B255,170,0";
|
|
|
|
uses
|
|
Core,
|
|
Functions4U;
|
|
|
|
library(WIN32) "psapi gdi32 vfw32 oleaut32 wbemuuid iphlpapi PowrProf netapi32";
|
|
|
|
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,
|
|
License.txt;
|
|
|