2018-09-07 22:44:33 +00:00
|
|
|
del pybullet.pb.cpp
|
|
|
|
del pybullet.pb.h
|
|
|
|
del pybullet.grpc.pb.cpp
|
|
|
|
del pybullet.grpc.pb.h
|
2018-08-30 04:12:13 +00:00
|
|
|
|
|
|
|
..\..\..\ThirdPartyLibs\grpc\lib\win32\protoc --proto_path=. --cpp_out=. pybullet.proto
|
|
|
|
..\..\..\ThirdPartyLibs\grpc\lib\win32\protoc.exe --plugin=protoc-gen-grpc="..\..\..\ThirdPartyLibs\grpc\lib\win32\grpc_cpp_plugin.exe" --grpc_out=. pybullet.proto
|
|
|
|
|
2018-09-11 06:32:51 +00:00
|
|
|
rename pybullet.grpc.pb.cc pybullet.grpc.pb.cpp
|
|
|
|
rename pybullet.pb.cc pybullet.pb.cpp
|
|
|
|
|
2018-09-07 22:44:33 +00:00
|
|
|
del pybullet_pb2.py
|
|
|
|
del pybullet_pb2_grpc.py
|
2018-08-30 04:12:13 +00:00
|
|
|
|
|
|
|
..\..\..\ThirdPartyLibs\grpc\lib\win32\protoc --proto_path=. --python_out=. pybullet.proto
|
|
|
|
python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. pybullet.proto
|