Add post-build events

This commit is contained in:
Changhua 2022-10-16 16:51:05 +08:00
parent 177bdd1c61
commit c751694f53

View File

@ -135,7 +135,8 @@
md out\cpp
md out\python\wcf
xcopy /y $(OutDir)spy.dll $(OutDir)out\cpp
xcopy /y $(OutDir)spy.dll $(OutDir)out\python\wcf</Command>
xcopy /y $(OutDir)spy.dll $(OutDir)out\python\wcf
xcopy /y $(SolutionDir)proto\wcf.proto $(OutDir)out\python</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Copy spy.dll</Message>