mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
Some changes to chat.proto
- Changed ENUMs to include type in the name. - made non-essential member of ChatMessage optional. - Fixed some incorrect numbering. Enabled chat in core.proto & Makefile. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5507 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9c2f7f39e7
commit
9ad322d379
3 changed files with 65 additions and 34 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
EXEC = protoc
|
||||
#PROTO = core.proto files.proto gxs.proto msgs.proto peers.proto system.proto
|
||||
PROTO = core.proto peers.proto system.proto
|
||||
#PROTO = core.proto peers.proto system.proto chat.proto files.proto gxs.proto msgs.proto
|
||||
PROTO = core.proto peers.proto system.proto chat.proto
|
||||
|
||||
PROTOPATH = ./definition
|
||||
#CDESTPATH = ./gencc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue