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

sch2fig/main.c (read_file): move to file.c

This is to allow further I/O abstraction, later.
This commit is contained in:
Werner Almesberger
2016-07-31 15:10:14 -03:00
parent 3e18e7a72e
commit 71aeab9ab8
4 changed files with 71 additions and 29 deletions

View File

@@ -12,6 +12,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
CFLAGS = -g -O -Wall -Wextra -Wno-unused-parameter -Wshadow \