From ce49c84f3a26f016f9232d2bffdc830d7fd6169f Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 30 Aug 2014 11:37:47 +0000 Subject: Tox: - switch to offline when connection is lost - file transfer support - code refactoring - project reordering - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/Tox_10.vcxproj | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) (limited to 'protocols/Tox/Tox_10.vcxproj') diff --git a/protocols/Tox/Tox_10.vcxproj b/protocols/Tox/Tox_10.vcxproj index a7680d8393..6199826078 100644 --- a/protocols/Tox/Tox_10.vcxproj +++ b/protocols/Tox/Tox_10.vcxproj @@ -89,7 +89,7 @@ Windows true - $(ProfileDir)..\..\bin10\lib;lib\x86 + tox\lib\x86;$(ProfileDir)..\..\bin10\lib $(IntDir)$(TargetName).lib false ws2_32.lib;libtox.lib;%(AdditionalDependencies) @@ -99,7 +99,7 @@ ..\..\include\msapi - xcopy dll\x86\*.dll $(SolutionDir)$(Configuration) /Y + xcopy tox\dll\x86\*.dll $(SolutionDir)$(Configuration) /Y @@ -107,18 +107,18 @@ Level3 Disabled _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + tox\include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) false true 4996;%(DisableSpecificWarnings) MultiThreadedDebugDLL - Use + Create common.h Windows true - $(ProfileDir)..\..\bin10\lib;lib\x64 + tox\lib\x64;$(ProfileDir)..\..\bin10\lib $(IntDir)$(TargetName).lib libtox-x64.lib;%(AdditionalDependencies) false @@ -128,7 +128,7 @@ ..\..\include\msapi - xcopy dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y + xcopy tox\dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y @@ -197,27 +197,23 @@ - - - - - Create - + - + + - + - + -- cgit v1.2.3