diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-25 18:32:33 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-25 18:32:33 +0000 |
commit | 0a776a22a99c20a23763aac28209a00a36126b7b (patch) | |
tree | 57f77054ea993310d92c54448f2896d008a9800c /protocols/Tox/Tox_12.vcxproj | |
parent | 9afd590f4fd860d3d023203137129c8870bb8579 (diff) |
Tox:
- updated tox core
- fixdd contacts adding
- some code for file sending
git-svn-id: http://svn.miranda-ng.org/main/trunk@10320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox_12.vcxproj')
-rw-r--r-- | protocols/Tox/Tox_12.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tox/Tox_12.vcxproj b/protocols/Tox/Tox_12.vcxproj index 8b1d524b3b..cf0bcaea5f 100644 --- a/protocols/Tox/Tox_12.vcxproj +++ b/protocols/Tox/Tox_12.vcxproj @@ -198,6 +198,7 @@ </ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="src\common.h" />
+ <ClInclude Include="src\file_transfer.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\tox\tox.h" />
<ClInclude Include="src\tox\toxav.h" />
@@ -219,6 +220,7 @@ <ClCompile Include="src\tox_proto.cpp" />
<ClCompile Include="src\tox_services.cpp" />
<ClCompile Include="src\tox_contacts.cpp" />
+ <ClCompile Include="src\tox_transfers.cpp" />
<ClCompile Include="src\tox_utils.cpp" />
</ItemGroup>
<ItemGroup>
|