ultimatepp/bazaar/SysInfo/SysInfo.upp
koldo df6408503f SysInfo: Solved compatibility problem with v7.0
git-svn-id: svn://ultimatepp.org/upp/trunk@3471 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-30 19:42:48 +00:00

21 lines
334 B
Text

description "OS, hardware and Desktop handling functions\377B255,170,0";
uses
Core,
Functions4U;
library(WIN32) "psapi gdi32 vfw32 oleaut32 wbemuuid iphlpapi PowrProf";
library(!WIN32) "Xtst X11 ";
options(MSC) "/D PSAPI_VERSION=1";
file
SysInfo.cpp,
SysInfo.h,
srcdoc.tpp,
srcimp.tpp,
src.tpp,
SysInfo.t,
License.txt;