From 35870d51fbf780aa66ee529e78393aa91fe7dace Mon Sep 17 00:00:00 2001 From: koldo Date: Thu, 11 Feb 2010 23:01:43 +0000 Subject: [PATCH] SysInfo: Removed as main package git-svn-id: svn://ultimatepp.org/upp/trunk@2059 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/SysInfo/SysInfo.upp | 42 ++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/bazaar/SysInfo/SysInfo.upp b/bazaar/SysInfo/SysInfo.upp index b6b672502..570841acf 100644 --- a/bazaar/SysInfo/SysInfo.upp +++ b/bazaar/SysInfo/SysInfo.upp @@ -1,22 +1,20 @@ -description "OS, hardware and Desktop handling functions\377B255,170,0"; - -uses - Core, - Functions4U; - -library(WIN32) "psapi gdi32 vfw32 oleaut32 wbemuuid"; - -library(!WIN32) "Xtst X11 "; - -file - SysInfo.cpp, - SysInfo.h, - srcdoc.tpp, - srcimp.tpp, - src.tpp, - SysInfo.t, - License.txt; - -mainconfig - "" = ""; - +description "OS, hardware and Desktop handling functions\377B255,170,0"; + +uses + Core, + Functions4U; + +library(WIN32) "psapi gdi32 vfw32 oleaut32 wbemuuid"; + +library(!WIN32) "Xtst X11 "; + +file + SysInfo.cpp, + SysInfo.h, + srcdoc.tpp, + srcimp.tpp, + src.tpp, + SysInfo.t, + License.txt; + +