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

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

This commit is contained in:
Werner Almesberger
2016-07-31 14:19:43 -03:00
parent d70f8bc7fe
commit b781bd6fc8
3 changed files with 177 additions and 157 deletions

View File

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