From 7f1ee9dad024e432fce5ffdc3a522c60169555ec Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sun, 11 Oct 2015 21:34:51 -0700 Subject: common: Moved some functions over from plugins/sysinfo that are useful for the rest of HC. OS name, CPU, GPU, HDD info and build arch are now all available within core HC. OS name and build arch are used in the About dialog. --- src/fe-text/fe-text.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fe-text/fe-text.vcxproj') diff --git a/src/fe-text/fe-text.vcxproj b/src/fe-text/fe-text.vcxproj index 39286417..6c7c25a8 100644 --- a/src/fe-text/fe-text.vcxproj +++ b/src/fe-text/fe-text.vcxproj @@ -37,7 +37,7 @@ true true true - $(DepLibs);$(HexChatLib)common.lib;%(AdditionalDependencies) + $(DepLibs);$(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;%(AdditionalDependencies) $(DepsRoot)\lib;%(AdditionalLibraryDirectories) @@ -51,7 +51,7 @@ true true true - $(DepLibs);$(HexChatLib)common.lib;%(AdditionalDependencies) + $(DepLibs);$(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;%(AdditionalDependencies) $(DepsRoot)\lib;%(AdditionalLibraryDirectories) -- cgit 1.4.1