Create.bat 116 B

1234
  1. protoc.exe --grpc_out=./ --plugin=protoc-gen-grpc=grpc_cpp_plugin.exe *.proto
  2. protoc.exe --cpp_out=./ *.proto
  3. pause