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. --- plugins/sysinfo/sysinfo.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/sysinfo/sysinfo.vcxproj') diff --git a/plugins/sysinfo/sysinfo.vcxproj b/plugins/sysinfo/sysinfo.vcxproj index d130bc0c..b1c7c8f0 100644 --- a/plugins/sysinfo/sysinfo.vcxproj +++ b/plugins/sysinfo/sysinfo.vcxproj @@ -36,7 +36,7 @@ $(DepsRoot)\lib;%(AdditionalLibraryDirectories) - wbemuuid.lib;comsupp.lib;$(DepLibs);%(AdditionalDependencies) + $(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;$(DepLibs);%(AdditionalDependencies) comsupp.lib sysinfo.def @@ -49,7 +49,7 @@ $(DepsRoot)\lib;%(AdditionalLibraryDirectories) - wbemuuid.lib;comsupp.lib;$(DepLibs);%(AdditionalDependencies) + $(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;$(DepLibs);%(AdditionalDependencies) comsupp.lib sysinfo.def @@ -68,4 +68,4 @@ - + \ No newline at end of file -- cgit 1.4.1