From 7c58b7e044e58f514aa5a2974c98670a6c09dd60 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Fri, 3 Jul 2020 13:11:12 +0200 Subject: [PATCH] correct XCOPY command for Release builds --- libpEpAdapter/libpEpAdapter.vcxproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libpEpAdapter/libpEpAdapter.vcxproj b/libpEpAdapter/libpEpAdapter.vcxproj index 409fabf..233338b 100644 --- a/libpEpAdapter/libpEpAdapter.vcxproj +++ b/libpEpAdapter/libpEpAdapter.vcxproj @@ -87,10 +87,7 @@ XCOPY "$(SolutionDir)libpEpAdapter\*.hxx" "$(SolutionDir)pEp\" /I/F/Y true - xcopy /i/y "$(ProjectDir)..\slurp.hh" "$(SolutionDir)pEp\" -xcopy /i/y "$(ProjectDir)..\locked_queue.hh" "$(SolutionDir)pEp\" -xcopy /i/y "$(ProjectDir)..\status_to_string.hh" "$(SolutionDir)pEp\" - + XCOPY "$(SolutionDir)libpEpAdapter\*.hh" "$(SolutionDir)pEp\" /I/F/Y