From fd5cbd8fa92add6822010d6cc6af4ac95c442083 Mon Sep 17 00:00:00 2001 From: Changhua Date: Fri, 5 May 2023 16:38:57 +0800 Subject: [PATCH] Update post-build events --- spy/Spy.vcxproj | 6 ++---- wcf/wcf.vcxproj | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/spy/Spy.vcxproj b/spy/Spy.vcxproj index be2cadc..1b4f3e5 100644 --- a/spy/Spy.vcxproj +++ b/spy/Spy.vcxproj @@ -127,8 +127,7 @@ 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)java\wcferry\src\main\resources\win32-x86-64 +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry Copy spy.dll @@ -170,8 +169,7 @@ $(SolutionDir)rpc\tool\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)java\wcferry\src\main\resources\win32-x86-64 +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry Copy spy.dll diff --git a/wcf/wcf.vcxproj b/wcf/wcf.vcxproj index bf571d3..983bee2 100644 --- a/wcf/wcf.vcxproj +++ b/wcf/wcf.vcxproj @@ -119,8 +119,7 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out -xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry -xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)java\wcferry\src\main\resources\win32-x86-64 +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry Copy files