comparison config.mak @ 39:57d67886153e

Update to latest engine changes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Oct 2012 03:24:47 +0300
parents d17d31b736c2
children 9cbb03e85597
comparison
equal deleted inserted replaced
38:ea2d19de8932 39:57d67886153e
1 # Additional binaries (aka the demo) 1 # Additional binaries (aka the demo)
2 BINARIES=krapula 2 DEMO_BIN=krapula
3 DEMO_OBJS=dmsimple.o
4 BINARIES=$(DEMO_BIN)
3 5
4 # Build engine tests and tools? (Please notice that what 6 # Build engine tests and tools? (Please notice that what
5 # actually gets built it also affected by other options) 7 # actually gets built it also affected by other options)
6 DM_BUILD_TESTS=no 8 DM_BUILD_TESTS=no
7 DM_BUILD_TOOLS=yes 9 DM_BUILD_TOOLS=yes