Add Launcher

This commit is contained in:
Changhua
2023-01-20 11:17:48 +08:00
parent eb7df31f1e
commit fae5d3eb7f
14 changed files with 585 additions and 10 deletions
+2
View File
@@ -133,9 +133,11 @@
<PostBuildEvent>
<Command>cd $(OutDir)
md out\cpp
md out\launcher
md out\java\src\main\java
md out\java\src\main\resources\win32-x86
xcopy /y $(OutDir)spy.dll $(OutDir)out\cpp
xcopy /y $(OutDir)spy.dll $(OutDir)out\launcher
xcopy /y $(OutDir)spy.dll $(OutDir)out\java\src\main\resources\win32-x86
xcopy /y $(OutDir)spy.dll $(SolutionDir)python\wcferry</Command>
</PostBuildEvent>