Browse Source

Fiy xcopy command for Release builds

synchronous
Thomas 5 years ago
parent
commit
da948e5fba
  1. 4
      libpEpAdapter/libpEpAdapter.vcxproj

4
libpEpAdapter/libpEpAdapter.vcxproj

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

Loading…
Cancel
Save