Refactoring
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
BIN
WeChatFerry/launcher/launcher.rc
Normal file
@ -127,7 +127,7 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out
|
|||||||
xcopy /y $(OutDir)$(TargetName).exp $(SolutionDir)Out
|
xcopy /y $(OutDir)$(TargetName).exp $(SolutionDir)Out
|
||||||
xcopy /y $(OutDir)$(TargetName).lib $(SolutionDir)Out
|
xcopy /y $(OutDir)$(TargetName).lib $(SolutionDir)Out
|
||||||
xcopy /y $(OutDir)$(TargetName).pdb $(SolutionDir)Out
|
xcopy /y $(OutDir)$(TargetName).pdb $(SolutionDir)Out
|
||||||
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry</Command>
|
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)..\clients\python\wcferry</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Message>Copy spy.dll</Message>
|
<Message>Copy spy.dll</Message>
|
||||||
@ -169,7 +169,7 @@ $(SolutionDir)rpc\tool\protoc --nanopb_out=. wcf.proto</Command>
|
|||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>if not exist $(SolutionDir)Out md $(SolutionDir)Out
|
<Command>if not exist $(SolutionDir)Out md $(SolutionDir)Out
|
||||||
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out
|
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out
|
||||||
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry</Command>
|
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)..\clients\python\wcferry</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Message>Copy spy.dll</Message>
|
<Message>Copy spy.dll</Message>
|
@ -119,7 +119,7 @@
|
|||||||
</Link>
|
</Link>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out
|
<Command>xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out
|
||||||
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)python\wcferry</Command>
|
xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)..\clients\python\wcferry</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Message>Copy files</Message>
|
<Message>Copy files</Message>
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 9.5 MiB After Width: | Height: | Size: 9.5 MiB |