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

sch2fig/: rename "cairo" to "cro"

To avoid confusion and possible clashes with the real Cairo.
This commit is contained in:
Werner Almesberger
2016-08-01 18:11:42 -03:00
parent c5064a8dca
commit 5d0596d0b7
5 changed files with 57 additions and 59 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 record.o cairo.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
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter -Wshadow \
-Wmissing-prototypes -Wmissing-declarations \