Proper drawing of expressions

This commit is contained in:
Romain Goyet
2015-05-19 18:06:25 +02:00
parent 86cacc5471
commit ac26f20ffb
21 changed files with 173 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
SFLAGS += -Ikandinsky/include -Iplatform/stm32f429
objs += $(addprefix kandinsky/src/, line.o text.o font.o rect.o)
objs += $(addprefix kandinsky/src/, line.o text.o font.o rect.o referential.o)
FREETYPE_PATH := /usr/local/Cellar/freetype/2.5.5
LIBPNG_PATH := /usr/local/Cellar/libpng/1.6.17