diff Makefile.gen @ 60:f28cd66356f6

Initial work for bitmapped fonts and text drawing. Also moved TTF header stuff to dmtext.h.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 09:46:56 +0300
parents c560703e85ed
children ad1ef3f0d474
line wrap: on
line diff
--- a/Makefile.gen	Mon Oct 01 07:51:08 2012 +0300
+++ b/Makefile.gen	Mon Oct 01 09:46:56 2012 +0300
@@ -66,6 +66,11 @@
 DMLIB_OBJS += dmblit.o
 endif
 
+ifeq ($(DM_GFX_BM_TEXT),yes)
+DM_CFLAGS += -DDM_GFX_BM_TEXT
+DMLIB_OBJS += dmtext.o
+endif
+
 ifeq ($(DM_GFX_TTF_TEXT),yes)
 DM_CFLAGS += -DDM_GFX_TTF_TEXT
 DMLIB_OBJS += dmtext.o