mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 08:00:50 +00:00
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@515 b9cfdab3-6d41-4d17-bbe4-086880011989
12 lines
165 B
Makefile
12 lines
165 B
Makefile
# $Id$
|
|
|
|
ifeq ($(USE_STB_IMAGE),1)
|
|
L_CFLAGS += -DUSE_STB_IMAGE
|
|
else
|
|
include external/deps.mk
|
|
endif
|
|
|
|
ifeq ($(USE_STB_TRUETYPE),1)
|
|
L_CFLAGS += -DUSE_STB_TRUETYPE
|
|
endif
|