diff options
author | Arnavion <arnavion@gmail.com> | 2015-10-11 21:34:51 -0700 |
---|---|---|
committer | tomek <eustachy.kapusta@gmail.com> | 2015-10-12 19:20:53 +0200 |
commit | 7f1ee9dad024e432fce5ffdc3a522c60169555ec (patch) | |
tree | 93540a24b73dbab766b1eb046bf873e7a025b98a /src/common/common.vcxproj | |
parent | be5e2b95661fc1695718159582b6d863f9d3385a (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 'src/common/common.vcxproj')
-rw-r--r-- | src/common/common.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 5c7f2715..1d1fc570 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -36,6 +36,7 @@ <ClInclude Include="server.h" /> <ClInclude Include="servlist.h" /> <ClInclude Include="ssl.h" /> + <ClInclude Include="sysinfo\sysinfo.h" /> <ClInclude Include="text.h" /> <ClInclude Include="$(HexChatLib)textenums.h" /> <ClInclude Include="$(HexChatLib)textevents.h" /> @@ -68,6 +69,7 @@ <ClCompile Include="server.c" /> <ClCompile Include="servlist.c" /> <ClCompile Include="ssl.c" /> + <ClCompile Include="sysinfo\win32\backend.c" /> <ClCompile Include="text.c" /> <ClCompile Include="tree.c" /> <ClCompile Include="url.c" /> |