diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-04-28 16:42:53 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-04-28 16:42:53 +0000 |
commit | 9fa8edc73b6687bbc0f43743b872af83d4d06759 (patch) | |
tree | 148f4807922cf6e3d2814df0747494b3cece6f87 /protocols/Tox/Tox.vcxproj | |
parent | cdd6bf525f77553ed7b30794f24b37dc42f0e434 (diff) |
Tox: updating tox nodes from https://nodes.tox.chat/json
git-svn-id: http://svn.miranda-ng.org/main/trunk@16790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox.vcxproj')
-rw-r--r-- | protocols/Tox/Tox.vcxproj | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/protocols/Tox/Tox.vcxproj b/protocols/Tox/Tox.vcxproj index 15182d3eac..7be529f35b 100644 --- a/protocols/Tox/Tox.vcxproj +++ b/protocols/Tox/Tox.vcxproj @@ -33,12 +33,10 @@ <AdditionalDependencies>Winmm.lib;dnsapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent Condition="'$(Platform)'=='Win32'">
- <Command>xcopy bin\x86\libtox.* "$(SolutionDir)$(Configuration)\Libs\libtox.*" /y
-copy docs\tox.ini "$(SolutionDir)$(Configuration)\Plugins" /y</Command>
+ <Command>xcopy bin\x86\libtox.* "$(SolutionDir)$(Configuration)\Libs\libtox.*" /y</Command>
</PostBuildEvent>
<PostBuildEvent Condition="'$(Platform)'=='x64'">
- <Command>xcopy bin\x64\libtox.* "$(SolutionDir)$(Configuration)64\Libs\libtox.*" /y
-copy docs\tox.ini "$(SolutionDir)$(Configuration)64\Plugins" /y</Command>
+ <Command>xcopy bin\x64\libtox.* "$(SolutionDir)$(Configuration)64\Libs\libtox.*" /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
@@ -50,4 +48,4 @@ copy docs\tox.ini "$(SolutionDir)$(Configuration)64\Plugins" /y</Command> <ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
</ItemDefinitionGroup>
-</Project>
\ No newline at end of file +</Project>
|