Add Launcher
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user