summary refs log tree commit diff stats
path: root/plugins/sysinfo/sysinfo.vcxproj
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-10-11 21:34:51 -0700
committertomek <eustachy.kapusta@gmail.com>2015-10-12 19:20:53 +0200
commit7f1ee9dad024e432fce5ffdc3a522c60169555ec (patch)
tree93540a24b73dbab766b1eb046bf873e7a025b98a /plugins/sysinfo/sysinfo.vcxproj
parentbe5e2b95661fc1695718159582b6d863f9d3385a (diff)
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.
Diffstat (limited to 'plugins/sysinfo/sysinfo.vcxproj')
-rw-r--r--plugins/sysinfo/sysinfo.vcxproj6
1 files changed, 3 insertions, 3 deletions
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 @@
     </ClCompile>

     <Link>

       <AdditionalLibraryDirectories>$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

-      <AdditionalDependencies>wbemuuid.lib;comsupp.lib;$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>

+      <AdditionalDependencies>$(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>

       <IgnoreSpecificDefaultLibraries>comsupp.lib</IgnoreSpecificDefaultLibraries>

       <ModuleDefinitionFile>sysinfo.def</ModuleDefinitionFile>

     </Link>

@@ -49,7 +49,7 @@
     </ClCompile>

     <Link>

       <AdditionalLibraryDirectories>$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

-      <AdditionalDependencies>wbemuuid.lib;comsupp.lib;$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>

+      <AdditionalDependencies>$(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>

       <IgnoreSpecificDefaultLibraries>comsupp.lib</IgnoreSpecificDefaultLibraries>

       <ModuleDefinitionFile>sysinfo.def</ModuleDefinitionFile>

     </Link>

@@ -68,4 +68,4 @@
     <ClInclude Include="sysinfo.h" />

   </ItemGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

-</Project>

+</Project>
\ No newline at end of file