diff config.mak @ 40:9cbb03e85597

Update to latest dmlib API changes.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Apr 2013 02:16:31 +0300
parents 57d67886153e
children e0c74862387d
line wrap: on
line diff
--- a/config.mak	Tue Oct 16 03:24:47 2012 +0300
+++ b/config.mak	Sat Apr 13 02:16:31 2013 +0300
@@ -1,6 +1,6 @@
 # Additional binaries (aka the demo)
 DEMO_BIN=krapula
-DEMO_OBJS=dmsimple.o
+DEMO_OBJS=krapula.o dmsimple.o
 BINARIES=$(DEMO_BIN)
 
 # Build engine tests and tools? (Please notice that what
@@ -8,6 +8,12 @@
 DM_BUILD_TESTS=no
 DM_BUILD_TOOLS=yes
 
+# Timeline support? (required for editor and complex demos)
+DM_USE_TIMELINE=no
+
+# Build Qt based demo editor?
+DM_BUILD_EDITOR=no
+
 # Build with runtime asserts?
 DM_USE_ASSERTS=yes
 
@@ -24,6 +30,7 @@
 DM_USE_MEMIO=no
 
 
+DM_GFX_BM_TEXT=yes
 DM_GFX_TTF_TEXT=no
 DM_GFX_LINES=no
 DM_GFX_BLITS=yes