From f0bc322e7bc5758ff9d858005649f84b90e42efe Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 9 Apr 2023 16:21:25 +0800 Subject: [PATCH] Add post-build event --- spy/Spy.vcxproj | 6 ++++-- wcf/wcf.vcxproj | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/spy/Spy.vcxproj b/spy/Spy.vcxproj index 802c91f..fc410c9 100644 --- a/spy/Spy.vcxproj +++ b/spy/Spy.vcxproj @@ -127,7 +127,8 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out xcopy /y $(OutDir)$(TargetName).exp $(SolutionDir)Out xcopy /y $(OutDir)$(TargetName).lib $(SolutionDir)Out xcopy /y $(OutDir)$(TargetName).pdb $(SolutionDir)Out -xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)java\wcferry\src\main\resources\win32-x86-64 Copy spy.dll @@ -170,7 +171,8 @@ C:\Tools\nanopb\protoc --nanopb_out=. wcf.proto if not exist $(SolutionDir)Out md $(SolutionDir)Out xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out -xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)java\wcferry\src\main\resources\win32-x86-64 Copy spy.dll diff --git a/wcf/wcf.vcxproj b/wcf/wcf.vcxproj index 983bee2..bf571d3 100644 --- a/wcf/wcf.vcxproj +++ b/wcf/wcf.vcxproj @@ -119,7 +119,8 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out -xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)java\wcferry\src\main\resources\win32-x86-64 Copy files