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-gtk/fe-gtk.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fe-gtk') diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj index 02739a47..5a668b5b 100644 --- a/src/fe-gtk/fe-gtk.vcxproj +++ b/src/fe-gtk/fe-gtk.vcxproj @@ -35,7 +35,7 @@ $(DepsRoot)\lib;%(AdditionalLibraryDirectories) - $(DepLibs);$(HexChatLib)common.lib;%(AdditionalDependencies) + $(DepLibs);$(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;%(AdditionalDependencies) mainCRTStartup @@ -47,7 +47,7 @@ $(DepsRoot)\lib;%(AdditionalLibraryDirectories) - $(DepLibs);$(HexChatLib)common.lib;%(AdditionalDependencies) + $(DepLibs);$(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;%(AdditionalDependencies) mainCRTStartup @@ -140,4 +140,4 @@ powershell "Get-Content -Encoding UTF8 '$(HexChatLib)hexchat.rc.utf8' | Out-File - + \ No newline at end of file -- cgit 1.4.1