Add nanopb tool

This commit is contained in:
Changhua
2023-04-29 02:00:53 +08:00
parent c137e1b9fb
commit bc57b9a54d
14 changed files with 4113 additions and 4 deletions
+2 -4
View File
@@ -135,8 +135,7 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)java\wcferry\src\main\resource
</PostBuildEvent>
<PreBuildEvent>
<Command>cd $(SolutionDir)rpc\proto
C:\Tools\nanopb\protoc --nanopb_out=. wcf.proto
</Command>
$(SolutionDir)rpc\tool\protoc --nanopb_out=. wcf.proto</Command>
</PreBuildEvent>
<PreBuildEvent>
<Message>Generating PB files</Message>
@@ -179,8 +178,7 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)java\wcferry\src\main\resource
</PostBuildEvent>
<PreBuildEvent>
<Command>cd $(SolutionDir)rpc\proto
C:\Tools\nanopb\protoc --nanopb_out=. wcf.proto
</Command>
$(SolutionDir)rpc\tool\protoc --nanopb_out=. wcf.proto</Command>
</PreBuildEvent>
<PreBuildEvent>
<Message>Generating PB files</Message>