From fd1c7ffc3cc74a97231ab6eb9d5d161c18b0c23f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 17 Sep 2014 16:01:45 +0000 Subject: copy path fix git-svn-id: http://svn.miranda-ng.org/main/trunk@10500 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/Tox_10.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/Tox/Tox_10.vcxproj') diff --git a/protocols/Tox/Tox_10.vcxproj b/protocols/Tox/Tox_10.vcxproj index bb0f8cfee0..2ecc05d42d 100644 --- a/protocols/Tox/Tox_10.vcxproj +++ b/protocols/Tox/Tox_10.vcxproj @@ -99,7 +99,7 @@ ..\..\include\msapi - xcopy tox\dll\x86\*.dll $(SolutionDir)$(Configuration) /Y + xcopy tox\dll\x86\*.dll "$(SolutionDir)$(Configuration)" /Y @@ -128,7 +128,7 @@ ..\..\include\msapi - xcopy tox\dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y + xcopy tox\dll\x64\*.dll "$(SolutionDir)$(Configuration)64" /Y @@ -159,7 +159,7 @@ ..\..\include\msapi - xcopy tox\dll\x86\*.dll $(SolutionDir)$(Configuration) /Y + xcopy tox\dll\x86\*.dll "$(SolutionDir)$(Configuration)" /Y @@ -190,7 +190,7 @@ ..\..\include\msapi - xcopy tox\dll\x64\*.dll $(SolutionDir)$(Configuration)64 /Y + xcopy tox\dll\x64\*.dll "$(SolutionDir)$(Configuration)64" /Y -- cgit v1.2.3