sch2fig/: record drawing operations (for Cairo) and sort by layer

This commit is contained in:
Werner Almesberger
2016-07-31 23:08:04 -03:00
parent ae7924a01c
commit dd1eb7ddc3
5 changed files with 406 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
NAME = sch2fig
OBJS = main.o sch-parse.o sch-render.o lib-parse.o lib-render.o \
file.o \
style.o fig.o cairo.o gfx.o dwg.o text.o misc.o
style.o fig.o layer.o cairo.o gfx.o dwg.o text.o misc.o
CFLAGS = -g -O -Wall -Wextra -Wno-unused-parameter -Wshadow \
-Wmissing-prototypes -Wmissing-declarations \