4 lines
137 B
Batchfile
4 lines
137 B
Batchfile
|
protoc.exe -I=. --grpc_out=. --plugin=protoc-gen-grpc=.\grpc_cpp_plugin.exe stream.proto
|
||
|
protoc.exe -I=. --cpp_out=. stream.proto
|
||
|
|
||
|
pause
|