diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-09 12:06:39 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-09 12:06:39 +0000 |
commit | 5d2487dc97a63b0545b2d7d56405e7417fa2dd75 (patch) | |
tree | 8dea03916b8f166232dfe2fe28c5c218596e75c5 /protocols/Steam/Steam_12.vcxproj | |
parent | 33011dcb857b9e762c44bc9a9875365e2f5d0f91 (diff) |
Steam:
- add searching by name
- added contact info updating
- small improvements
git-svn-id: http://svn.miranda-ng.org/main/trunk@8901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/Steam_12.vcxproj')
-rw-r--r-- | protocols/Steam/Steam_12.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/Steam_12.vcxproj b/protocols/Steam/Steam_12.vcxproj index c4cbfb26de..4e9d7a373b 100644 --- a/protocols/Steam/Steam_12.vcxproj +++ b/protocols/Steam/Steam_12.vcxproj @@ -218,6 +218,7 @@ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\steam_thread.cpp" />
+ <ClCompile Include="src\steam_utils.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\Version.rc" />
|