Browse Source

correct XCOPY command for Release builds

synchronous Release_2.1.0-RC3
Volker Birk 5 years ago
parent
commit
7c58b7e044
  1. 5
      libpEpAdapter/libpEpAdapter.vcxproj

5
libpEpAdapter/libpEpAdapter.vcxproj

@ -87,10 +87,7 @@ XCOPY "$(SolutionDir)libpEpAdapter\*.hxx" "$(SolutionDir)pEp\" /I/F/Y
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>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\"
</Command>
<Command>XCOPY "$(SolutionDir)libpEpAdapter\*.hh" "$(SolutionDir)pEp\" /I/F/Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>

Loading…
Cancel
Save