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

sch2fig/: basic field support

This commit is contained in:
Werner Almesberger
2016-07-23 14:59:37 -03:00
parent 6e6e68e445
commit da22f1cc57
9 changed files with 237 additions and 40 deletions

View File

@@ -11,7 +11,7 @@
#
NAME = sch2fig
OBJS = main.o sch.o lib.o fig.o text.o
OBJS = main.o sch.o lib.o fig.o text.o misc.o
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter
LIBS = -lm
@@ -28,6 +28,9 @@ $(NAME): $(OBJS)
NEO900_HW = ../../../n9/ee/hw
KICAD_LIBS = ../../kicad-libs/components
sch:
eeschema test.sch
test: $(NAME)
./$(NAME) $(NEO900_HW)/neo900.lib \
$(KICAD_LIBS)/powered.lib \