This commit is contained in:
Changhua
2023-02-24 20:25:13 +08:00
parent fbc42d972b
commit d9e58d0218
2 changed files with 2 additions and 15 deletions
-6
View File
@@ -139,13 +139,7 @@
</Link>
<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>
<PostBuildEvent>