ultimatepp/bazaar/SysInfo/SysInfo.upp
koldo 2a74663e7e SysInfo: Improved GetMacAddress() in Windows using Iphlpapi
git-svn-id: svn://ultimatepp.org/upp/trunk@2575 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-28 19:54:11 +00:00

19 lines
289 B
Text

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