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

sch2fig/: rename "layer" to "record", and use "layer" for layers in recordings

Clearing up massively confusing naming.
This commit is contained in:
Werner Almesberger
2016-08-01 11:32:22 -03:00
parent c50e7116cf
commit a03e79de7c
6 changed files with 425 additions and 418 deletions

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 layer.o cairo.o gfx.o dwg.o text.o misc.o
style.o fig.o record.o cairo.o gfx.o dwg.o text.o misc.o
CFLAGS = -g -O -Wall -Wextra -Wno-unused-parameter -Wshadow \
-Wmissing-prototypes -Wmissing-declarations \