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

View File

@ -126,15 +126,8 @@
<ModuleDefinitionFile>sdk.def</ModuleDefinitionFile>
</Link>
<PostBuildEvent>
<Command>xcopy /y $(OutDir)sdk.dll $(OutDir)out\cpp
xcopy /y $(OutDir)sdk.dll $(OutDir)out\launcher
xcopy /y $(OutDir)sdk.dll $(OutDir)out\java\src\main\resources\win32-x86
xcopy /y $(OutDir)sdk.dll $(SolutionDir)python\wcferry
xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\cpp
xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\java
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</Command>
<Command>xcopy /y $(OutDir)sdk.dll $(OutDir)out\launcher
xcopy /y $(OutDir)sdk.dll $(SolutionDir)python\wcferry</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Copy files</Message>

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>