This website requires JavaScript.
Code
评估
Issues
Pull Requests
Projects
Releases
Activity
34c8ea1b06
protobuf_option_test
/
protobuf
/
bin
/
protobufbuild.bat
6 lines
123 B
Batchfile
Raw
Blame
History
@
echo
off
for
/r
%%
i
in
(
*.proto
)
do
(
echo
%%
~ni.proto
protoc.exe --cpp_out=./
%%
~ni.proto
)
pause
Reference in New Issue
View Git Blame
Copy Permalink