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

eeshow/: move file and history access to file/

This commit is contained in:
Werner Almesberger
2016-08-17 21:07:13 -03:00
parent b9329b09d2
commit 097192b7b4
16 changed files with 39 additions and 38 deletions

View File

@@ -13,7 +13,8 @@
NAME = eeshow
OBJS = main.o sch-parse.o sch-render.o lib-parse.o lib-render.o \
gui/gui.o gui/over.o gui/style.o gui/aoi.o gui/fmt-pango.o \
file.o git-util.o git-file.o git-hist.o delta.o \
file/file.o file/git-util.o file/git-file.o file/git-hist.o \
delta.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 \