Add descriptor.proto to repository to avoid messing with protoc include path.

This commit is contained in:
Petteri Aimonen
2013-11-17 16:42:52 +02:00
parent b5ae8eb6a5
commit 85be7a634e
4 changed files with 624 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
all: nanopb_pb2.py plugin_pb2.py
nanopb_pb2.py: nanopb.proto
protoc --python_out=. -I /usr/include -I . nanopb.proto
protoc --python_out=. nanopb.proto
plugin_pb2.py: plugin.proto
protoc --python_out=. -I /usr/include -I . plugin.proto
protoc --python_out=. plugin.proto