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

sch2fig/fig.c: more high-level drawing (labels, etc.) functions to dwg.c

This commit is contained in:
Werner Almesberger
2016-07-28 23:09:38 -03:00
parent 8830b9a223
commit ab59b4f952
6 changed files with 282 additions and 246 deletions

View File

@@ -11,7 +11,7 @@
#
NAME = sch2fig
OBJS = main.o sch.o lib.o fig.o text.o misc.o
OBJS = main.o sch.o lib.o fig.o dwg.o text.o misc.o
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter -Wshadow
LIBS = -lm