Add build script for windows package

This commit is contained in:
Petteri Aimonen
2013-11-17 17:37:29 +02:00
parent 8c2dda67a1
commit ec517e2108
3 changed files with 46 additions and 19 deletions

View File

@@ -1,7 +1,4 @@
all: nanopb_pb2.py plugin_pb2.py
all: nanopb_pb2.py plugin_pb2.py descriptor_pb2.py
nanopb_pb2.py: nanopb.proto
protoc --python_out=. nanopb.proto
plugin_pb2.py: plugin.proto
protoc --python_out=. plugin.proto
%_pb2.py: %.proto
protoc --python_out=. $<