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

eeshow/main.c (verbose): move to new file diag.c

In preparation of a more flexible diagnostics system.
This commit is contained in:
Werner Almesberger
2016-08-11 16:36:24 -03:00
parent 1a7c311c87
commit 5581a34444
8 changed files with 46 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ NAME = eeshow
OBJS = main.o sch-parse.o sch-render.o lib-parse.o lib-render.o \
gui.o gui-over.o gui-style.o gui-aoi.o fmt-pango.o \
file.o git-util.o git-file.o git-hist.o delta.o \
style.o fig.o record.o cro.o diff.o gfx.o dwg.o text.o misc.o
style.o fig.o record.o cro.o diff.o gfx.o dwg.o text.o misc.o diag.o
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter -Wshadow \
-Wmissing-prototypes -Wmissing-declarations \