summaryrefslogtreecommitdiff
path: root/protocols/Tox/Tox_10.vcxproj
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-08-30 12:06:50 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-08-30 12:06:50 +0000
commite1724ce95496f1f57ef31ca526875a963fb54919 (patch)
treef5536e939151b929e9e68b17c2c887ec8719a81b /protocols/Tox/Tox_10.vcxproj
parentfaf0596cdce40a26947b297b392fae6c073f83da (diff)
Tox: fix post build event path
git-svn-id: http://svn.miranda-ng.org/main/trunk@10344 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox_10.vcxproj')
-rw-r--r--protocols/Tox/Tox_10.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/Tox_10.vcxproj b/protocols/Tox/Tox_10.vcxproj
index 6172cd3001..13bd812278 100644
--- a/protocols/Tox/Tox_10.vcxproj
+++ b/protocols/Tox/Tox_10.vcxproj
@@ -159,7 +159,7 @@
<AdditionalIncludeDirectories>..\..\include\msapi</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
- <Command>xcopy dll\x86\*.dll $(SolutionDir)$(Configuration) /Y</Command>
+ <Command>xcopy tox\dll\x86\*.dll $(SolutionDir)$(Configuration) /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -190,7 +190,7 @@
<AdditionalIncludeDirectories>..\..\include\msapi</AdditionalIncludeDirectories>
</ResourceCompile>
<PostBuildEvent>
- <Command>xcopy dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y</Command>
+ <Command>xcopy tox\dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>