comparison 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
comparison
equal deleted inserted replaced
39:57d67886153e 40:9cbb03e85597
1 # Additional binaries (aka the demo) 1 # Additional binaries (aka the demo)
2 DEMO_BIN=krapula 2 DEMO_BIN=krapula
3 DEMO_OBJS=dmsimple.o 3 DEMO_OBJS=krapula.o dmsimple.o
4 BINARIES=$(DEMO_BIN) 4 BINARIES=$(DEMO_BIN)
5 5
6 # Build engine tests and tools? (Please notice that what 6 # Build engine tests and tools? (Please notice that what
7 # actually gets built it also affected by other options) 7 # actually gets built it also affected by other options)
8 DM_BUILD_TESTS=no 8 DM_BUILD_TESTS=no
9 DM_BUILD_TOOLS=yes 9 DM_BUILD_TOOLS=yes
10
11 # Timeline support? (required for editor and complex demos)
12 DM_USE_TIMELINE=no
13
14 # Build Qt based demo editor?
15 DM_BUILD_EDITOR=no
10 16
11 # Build with runtime asserts? 17 # Build with runtime asserts?
12 DM_USE_ASSERTS=yes 18 DM_USE_ASSERTS=yes
13 19
14 # Use plain C routines? 20 # Use plain C routines?
22 DM_USE_PACKFS=yes 28 DM_USE_PACKFS=yes
23 DM_USE_STDIO=no 29 DM_USE_STDIO=no
24 DM_USE_MEMIO=no 30 DM_USE_MEMIO=no
25 31
26 32
33 DM_GFX_BM_TEXT=yes
27 DM_GFX_TTF_TEXT=no 34 DM_GFX_TTF_TEXT=no
28 DM_GFX_LINES=no 35 DM_GFX_LINES=no
29 DM_GFX_BLITS=yes 36 DM_GFX_BLITS=yes
30 DM_GFX_MISC=yes 37 DM_GFX_MISC=yes
31 38