Skip to content

Commit

Permalink
fix #75; add package directive to gc.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Feb 19, 2017
1 parent a2cc026 commit 8442505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pb_fetch:
wget -nv --show-progress -N -P ./protobufs/ -i protobuf_list.txt
rename -v '.steamclient' '' protobufs/*.proto
sed -i '1d' protobufs/test_messages.proto
sed -i '1s/^/package foobar;\n/' protobufs/gc.proto
sed -i '1s/^/syntax = "proto2"\;\n/' protobufs/*.proto
sed -i 's/cc_generic_services/py_generic_services/' protobufs/*.proto
sed -i 's/\.steamclient\.proto/.proto/' protobufs/*.proto
Expand Down
1 change: 1 addition & 0 deletions protobufs/gc.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
syntax = "proto2";
package foobar;
enum GCProtoBufMsgSrc {
GCProtoBufMsgSrc_Unspecified = 0;
GCProtoBufMsgSrc_FromSystem = 1;
Expand Down

0 comments on commit 8442505

Please sign in to comment.