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

eeshow/: move graphics low-level functions to gfx/

This commit is contained in:
Werner Almesberger
2016-08-17 21:28:42 -03:00
parent c353129172
commit 9829f7070f
24 changed files with 87 additions and 85 deletions

View File

@@ -17,7 +17,9 @@ OBJS = main.o \
gui/gui.o gui/over.o gui/style.o gui/aoi.o gui/fmt-pango.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 text.o misc.o diag.o
gfx/style.o gfx/fig.o gfx/record.o gfx/cro.o gfx/diff.o gfx/gfx.o \
gfx/text.o \
misc.o diag.o
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter -Wshadow \
-Wmissing-prototypes -Wmissing-declarations \