Add post-build events

This commit is contained in:
Changhua 2022-10-18 19:17:07 +08:00
parent c7a66f56e4
commit fb6c1df586
2 changed files with 8 additions and 0 deletions

View File

@ -127,9 +127,14 @@
</Link>
<PostBuildEvent>
<Command>xcopy /y $(OutDir)sdk.dll $(OutDir)out\cpp
xcopy /y $(OutDir)sdk.dll $(OutDir)out\java\src\main\resources\win32-x86
xcopy /y $(OutDir)sdk.dll $(OutDir)out\python\wcf
xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\cpp
xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\java
xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\python
xcopy /y /S $(SolutionDir)java\src\main\java $(OutDir)out\java\src\main\java
xcopy /y $(SolutionDir)java\pom.xml $(OutDir)out\java
xcopy /y $(SolutionDir)java\README.MD $(OutDir)out\java
xcopy /y $(SolutionDir)python\demo.py $(OutDir)out\python
xcopy /y $(SolutionDir)python\README.MD $(OutDir)out\python
xcopy /y $(SolutionDir)python\wcf\*.py $(OutDir)out\python\wcf</Command>

View File

@ -133,8 +133,11 @@
<PostBuildEvent>
<Command>cd $(OutDir)
md out\cpp
md out\java\src\main\java
md out\java\src\main\resources\win32-x86
md out\python\wcf
xcopy /y $(OutDir)spy.dll $(OutDir)out\cpp
xcopy /y $(OutDir)spy.dll $(OutDir)out\java\src\main\resources\win32-x86
xcopy /y $(OutDir)spy.dll $(OutDir)out\python\wcf
xcopy /y $(SolutionDir)proto\wcf.proto $(OutDir)out\python</Command>
</PostBuildEvent>