Browse Source

install

synchronous
Volker Birk 5 years ago
parent
commit
0921ac691e
  1. 5
      libpEpAdapter/libpEpAdapter.vcxproj

5
libpEpAdapter/libpEpAdapter.vcxproj

@ -65,8 +65,9 @@
<SubSystem>Windows</SubSystem>
</Link>
<PostBuildEvent>
<Command>
</Command>
<Command>XCOPY "$(SolutionDir)libpEpAdapter\*.hh" "$(SolutionDir)pEp\" /I/F/Y
XCOPY "$(SolutionDir)libpEpAdapter\*.hxx" "$(SolutionDir)pEp\" /I/F/Y
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

Loading…
Cancel
Save