mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Migrate Kandinsky to C++
Change-Id: I2752a8db84ad0bb817119cf6c2993c1622621150
This commit is contained in:
@@ -2,18 +2,21 @@ SFLAGS += -Ikandinsky/include
|
||||
objs += $(addprefix kandinsky/src/,\
|
||||
color.o\
|
||||
context.o\
|
||||
context_line.o\
|
||||
context_pixel.o\
|
||||
context_rect.o\
|
||||
context_text.o\
|
||||
font.o\
|
||||
framebuffer.o\
|
||||
line.o\
|
||||
pixel.o\
|
||||
framebuffer_context.o\
|
||||
ion_context.o\
|
||||
point.o\
|
||||
rect.o\
|
||||
text.o\
|
||||
types.o\
|
||||
size.o\
|
||||
)
|
||||
tests += $(addprefix kandinsky/test/,\
|
||||
color.c\
|
||||
rect.c\
|
||||
set_pixel.c\
|
||||
color.cpp\
|
||||
rect.cpp\
|
||||
)
|
||||
|
||||
FREETYPE_PATH := /usr/local/Cellar/freetype/2.6.3
|
||||
@@ -21,7 +24,7 @@ FREETYPE_PATH := /usr/local/Cellar/freetype/2.6.3
|
||||
# built w/o PNG support and simply won't output an image of the rasterization
|
||||
#LIBPNG_PATH := /usr/local/Cellar/libpng/1.6.21
|
||||
|
||||
kandinsky/src/text.c: kandinsky/src/font.h
|
||||
kandinsky/src/context_text.cpp: kandinsky/src/font.h
|
||||
|
||||
font_files = $(addprefix kandinsky/src/, font.h font.c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user