1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

sch2fig/lib.c: split into lib-parse.c and lib-render.c

This commit is contained in:
Werner Almesberger
2016-07-31 14:36:42 -03:00
parent 49a32f38e2
commit 3e18e7a72e
6 changed files with 338 additions and 319 deletions

View File

@@ -11,7 +11,7 @@
#
NAME = sch2fig
OBJS = main.o sch-parse.o sch-render.o lib.o \
OBJS = main.o sch-parse.o sch-render.o lib-parse.o lib-render.o \
style.o fig.o cairo.o gfx.o dwg.o text.o misc.o
CFLAGS = -g -O -Wall -Wextra -Wno-unused-parameter -Wshadow \