diff options
author | aunsane <aunsane@gmail.com> | 2017-12-30 00:42:35 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-12-30 00:42:49 +0300 |
commit | cc65f8dbead036bfdd29d397195f9152839d4919 (patch) | |
tree | 8e8188f7db65f8a538d5e423e1d0b3491706efc4 /protocols/Tox/libtox/libtox.vcxproj | |
parent | 81cd378b0a0ee5e26d58c085a3b10bd89a7244c2 (diff) |
Tox: project cleanup
- updated libtox
- removed deprecated toxDNS support
- removed unused references
Diffstat (limited to 'protocols/Tox/libtox/libtox.vcxproj')
-rw-r--r-- | protocols/Tox/libtox/libtox.vcxproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Tox/libtox/libtox.vcxproj b/protocols/Tox/libtox/libtox.vcxproj index c4380e76d9..a298c22005 100644 --- a/protocols/Tox/libtox/libtox.vcxproj +++ b/protocols/Tox/libtox/libtox.vcxproj @@ -40,9 +40,6 @@ <ClCompile Include="src\toxcore\*.c"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> - <ClCompile Include="src\toxdns\*.c"> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - </ClCompile> <ClCompile Include="src\toxencryptsave\*.c"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> |