6 lines
152 B
Batchfile
Raw Normal View History

2024-03-22 11:28:06 +08:00
cd /d "%~dp0"
2024-03-15 12:31:34 +08:00
protoc.exe -I=. --grpc_out=. --plugin=protoc-gen-grpc=.\grpc_cpp_plugin.exe stream.proto
protoc.exe -I=. --cpp_out=. stream.proto
pause