mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
Updates to some of the protobuf files.
Added System.proto for basic info. - added relationship field to core.person. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5468 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1d35dc2915
commit
51fc0c59fe
5 changed files with 46 additions and 22 deletions
|
@ -1,12 +1,13 @@
|
|||
|
||||
EXEC = protoc
|
||||
#PROTO = core.proto files.proto gxs.proto msgs.proto peers.proto system.proto
|
||||
PROTO = core.proto peers.proto
|
||||
PROTO = core.proto peers.proto system.proto
|
||||
|
||||
PROTOPATH = ./definition
|
||||
CDESTPATH = ./gencc
|
||||
#CDESTPATH = ../../retroshare-nogui/src/rpc/proto/gencc
|
||||
PYDESTPATH = ./genpy
|
||||
#CDESTPATH = ./gencc
|
||||
CDESTPATH = ../../retroshare-nogui/src/rpc/proto/gencc
|
||||
#PYDESTPATH = ./genpy
|
||||
PYDESTPATH = ../../../../github/pyrs/pyrs/proto
|
||||
|
||||
CLIST = $(PROTO:%.proto=%.cc)
|
||||
CCODE = $(patsubst %.proto,$(CDESTPATH)/%.pb.cc, $(PROTO))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue