From e1724ce95496f1f57ef31ca526875a963fb54919 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 30 Aug 2014 12:06:50 +0000 Subject: Tox: fix post build event path git-svn-id: http://svn.miranda-ng.org/main/trunk@10344 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/Tox_10.vcxproj | 4 ++-- protocols/Tox/Tox_12.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols') 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 @@ ..\..\include\msapi - xcopy dll\x86\*.dll $(SolutionDir)$(Configuration) /Y + xcopy tox\dll\x86\*.dll $(SolutionDir)$(Configuration) /Y @@ -190,7 +190,7 @@ ..\..\include\msapi - xcopy dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y + xcopy tox\dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y diff --git a/protocols/Tox/Tox_12.vcxproj b/protocols/Tox/Tox_12.vcxproj index c83c6c9f7d..1031f8995b 100644 --- a/protocols/Tox/Tox_12.vcxproj +++ b/protocols/Tox/Tox_12.vcxproj @@ -163,7 +163,7 @@ ..\..\include\msapi - xcopy dll\x86\*.dll $(SolutionDir)$(Configuration) /Y + xcopy tox\dll\x86\*.dll $(SolutionDir)$(Configuration) /Y @@ -193,7 +193,7 @@ ..\..\include\msapi - xcopy dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y + xcopy tox\dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y -- cgit v1.2.3