subcompiler now outputs struct defns, get, set, read, write funcs
This commit is contained in:
parent
8bb9759e8c
commit
8db142a9a0
5 changed files with 815 additions and 50 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ clean:
|
|||
capn.so: capn-malloc.o capn-stream.o capn.o
|
||||
$(CC) -shared $(LDFLAGS) $^ -o $@
|
||||
|
||||
capnpc-c: compiler/capnpc-c.o compiler/schema.capnp.o capn.so
|
||||
capnpc-c: compiler/capnpc-c.o compiler/schema.capnp.o compiler/str.o capn.so
|
||||
$(CC) $(LDFLAGS) $^ -o $@
|
||||
|
||||
test: capn-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue