6 lines
152 B
Batchfile
6 lines
152 B
Batchfile
cd /d "%~dp0"
|
|
|
|
protoc.exe -I=. --grpc_out=. --plugin=protoc-gen-grpc=.\grpc_cpp_plugin.exe stream.proto
|
|
protoc.exe -I=. --cpp_out=. stream.proto
|
|
|
|
pause |